Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev #include "opt_compat_netbsd.h"
details: https://anonhg.NetBSD.org/src/rev/b023b56c3641
branches: trunk
changeset: 772137:b023b56c3641
user: apb <apb%NetBSD.org@localhost>
date: Tue Dec 20 12:45:00 2011 +0000
description:
#include "opt_compat_netbsd.h"
diffstat:
sys/dev/rndpseudo.c | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diffs (22 lines):
diff -r b0af4d05ef0c -r b023b56c3641 sys/dev/rndpseudo.c
--- a/sys/dev/rndpseudo.c Tue Dec 20 11:18:35 2011 +0000
+++ b/sys/dev/rndpseudo.c Tue Dec 20 12:45:00 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rndpseudo.c,v 1.4 2011/12/19 21:53:52 apb Exp $ */
+/* $NetBSD: rndpseudo.c,v 1.5 2011/12/20 12:45:00 apb Exp $ */
/*-
* Copyright (c) 1997-2011 The NetBSD Foundation, Inc.
@@ -30,7 +30,11 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rndpseudo.c,v 1.4 2011/12/19 21:53:52 apb Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rndpseudo.c,v 1.5 2011/12/20 12:45:00 apb Exp $");
+
+#if defined(_KERNEL_OPT)
+#include "opt_compat_netbsd.h"
+#endif
#if defined(_KERNEL_OPT)
#include "opt_compat_netbsd.h"
Home |
Main Index |
Thread Index |
Old Index