Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev Revert previous; the #include was already present, a...



details:   https://anonhg.NetBSD.org/src/rev/60a335f3d7ef
branches:  trunk
changeset: 772139:60a335f3d7ef
user:      apb <apb%NetBSD.org@localhost>
date:      Tue Dec 20 13:42:19 2011 +0000

description:
Revert previous; the #include was already present, and I got confused
by a merge error.

diffstat:

 sys/dev/rndpseudo.c |  8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diffs (22 lines):

diff -r fa40d334a09d -r 60a335f3d7ef sys/dev/rndpseudo.c
--- a/sys/dev/rndpseudo.c       Tue Dec 20 13:17:05 2011 +0000
+++ b/sys/dev/rndpseudo.c       Tue Dec 20 13:42:19 2011 +0000
@@ -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"



Home | Main Index | Thread Index | Old Index