Source-Changes-HG archive

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

[src/trunk]: src/sys/net _KERNEL_TOP



details:   https://anonhg.NetBSD.org/src/rev/346562d20b77
branches:  trunk
changeset: 759375:346562d20b77
user:      pooka <pooka%NetBSD.org@localhost>
date:      Tue Dec 07 20:38:26 2010 +0000

description:
_KERNEL_TOP

diffstat:

 sys/net/if_bridge.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r cb9084ad0a89 -r 346562d20b77 sys/net/if_bridge.c
--- a/sys/net/if_bridge.c       Tue Dec 07 20:10:53 2010 +0000
+++ b/sys/net/if_bridge.c       Tue Dec 07 20:38:26 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_bridge.c,v 1.71 2010/01/19 22:08:00 pooka Exp $     */
+/*     $NetBSD: if_bridge.c,v 1.72 2010/12/07 20:38:26 pooka Exp $     */
 
 /*
  * Copyright 2001 Wasabi Systems, Inc.
@@ -80,11 +80,13 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_bridge.c,v 1.71 2010/01/19 22:08:00 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_bridge.c,v 1.72 2010/12/07 20:38:26 pooka Exp $");
 
+#ifdef _KERNEL_OPT
 #include "opt_bridge_ipf.h"
 #include "opt_inet.h"
 #include "opt_pfil_hooks.h"
+#endif /* _KERNEL_OPT */
 
 #include <sys/param.h>
 #include <sys/kernel.h>



Home | Main Index | Thread Index | Old Index