Module Name:    src
Committed By:   pooka
Date:           Tue Dec  7 20:38:27 UTC 2010

Modified Files:
        src/sys/net: if_bridge.c

Log Message:
_KERNEL_TOP


To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 src/sys/net/if_bridge.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/net/if_bridge.c
diff -u src/sys/net/if_bridge.c:1.71 src/sys/net/if_bridge.c:1.72
--- src/sys/net/if_bridge.c:1.71	Tue Jan 19 22:08:00 2010
+++ src/sys/net/if_bridge.c	Tue Dec  7 20:38:26 2010
@@ -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>

Reply via email to