Module Name:    src
Committed By:   apb
Date:           Tue Dec 20 12:45:00 UTC 2011

Modified Files:
        src/sys/dev: rndpseudo.c

Log Message:
#include "opt_compat_netbsd.h"


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 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.4 src/sys/dev/rndpseudo.c:1.5
--- src/sys/dev/rndpseudo.c:1.4	Mon Dec 19 21:53:52 2011
+++ src/sys/dev/rndpseudo.c	Tue Dec 20 12:45:00 2011
@@ -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"

Reply via email to