Module Name: src
Committed By: apb
Date: Tue Dec 20 13:42:19 UTC 2011
Modified Files:
src/sys/dev: rndpseudo.c
Log Message:
Revert previous; the #include was already present, and I got confused
by a merge error.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/dev/rndpseudo.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/dev/rndpseudo.c
diff -u src/sys/dev/rndpseudo.c:1.5 src/sys/dev/rndpseudo.c:1.6
--- src/sys/dev/rndpseudo.c:1.5 Tue Dec 20 12:45:00 2011
+++ src/sys/dev/rndpseudo.c Tue Dec 20 13:42:19 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: rndpseudo.c,v 1.5 2011/12/20 12:45:00 apb Exp $ */
+/* $NetBSD: rndpseudo.c,v 1.6 2011/12/20 13:42:19 apb Exp $ */
/*-
* Copyright (c) 1997-2011 The NetBSD Foundation, Inc.
@@ -30,11 +30,7 @@
*/
#include <sys/cdefs.h>
-__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
+__KERNEL_RCSID(0, "$NetBSD: rndpseudo.c,v 1.6 2011/12/20 13:42:19 apb Exp $");
#if defined(_KERNEL_OPT)
#include "opt_compat_netbsd.h"