Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/shark/ofw add <sys/rnd.h> to fix the build.
details: https://anonhg.NetBSD.org/src/rev/93b267678caa
branches: trunk
changeset: 773522:93b267678caa
user: christos <christos%NetBSD.org@localhost>
date: Sat Feb 04 19:08:03 2012 +0000
description:
add <sys/rnd.h> to fix the build.
diffstat:
sys/arch/shark/ofw/if_cs_ofisa_machdep.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 83dfa9600da8 -r 93b267678caa sys/arch/shark/ofw/if_cs_ofisa_machdep.c
--- a/sys/arch/shark/ofw/if_cs_ofisa_machdep.c Sat Feb 04 19:03:49 2012 +0000
+++ b/sys/arch/shark/ofw/if_cs_ofisa_machdep.c Sat Feb 04 19:08:03 2012 +0000
@@ -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 @@
#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>
Home |
Main Index |
Thread Index |
Old Index