Module Name: src
Committed By: christos
Date: Sat Feb 4 19:08:04 UTC 2012
Modified Files:
src/sys/arch/shark/ofw: if_cs_ofisa_machdep.c
Log Message:
add <sys/rnd.h> to fix the build.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/shark/ofw/if_cs_ofisa_machdep.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/shark/ofw/if_cs_ofisa_machdep.c
diff -u src/sys/arch/shark/ofw/if_cs_ofisa_machdep.c:1.9 src/sys/arch/shark/ofw/if_cs_ofisa_machdep.c:1.10
--- src/sys/arch/shark/ofw/if_cs_ofisa_machdep.c:1.9 Tue Jul 19 11:07:43 2011
+++ src/sys/arch/shark/ofw/if_cs_ofisa_machdep.c Sat Feb 4 14:08:03 2012
@@ -1,4 +1,4 @@
-/* $NetBSD: if_cs_ofisa_machdep.c,v 1.9 2011/07/19 15:07:43 dyoung Exp $ */
+/* $NetBSD: if_cs_ofisa_machdep.c,v 1.10 2012/02/04 19:08:03 christos Exp $ */
/*
* Copyright 1998
@@ -38,7 +38,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_cs_ofisa_machdep.c,v 1.9 2011/07/19 15:07:43 dyoung Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_cs_ofisa_machdep.c,v 1.10 2012/02/04 19:08:03 christos Exp $");
#include "opt_compat_old_ofw.h"
@@ -48,6 +48,7 @@ __KERNEL_RCSID(0, "$NetBSD: if_cs_ofisa_
#include <sys/malloc.h>
#include <sys/socket.h>
#include <sys/bus.h>
+#include <sys/rnd.h>
#include <net/if.h>
#include <net/if_ether.h>