sys/dev/netif/snc/if_snc.c and missing include
Gary Allan
dragonfly at gallan.plus.com
Sat Feb 19 07:43:37 PST 2005
This patch fixes a build kernel error when compiling with "options BRIDGE".
G.Allan
src/sys/dev/netif/snc/if_snc.c
--- if_snc.old Sat Feb 19 15:26:53 2005
+++ if_snc.c Sat Feb 19 15:34:54 2005
@@ -59,7 +59,7 @@
#include <net/bpf.h>
#include "opt_bdg.h"
#ifdef BRIDGE
-#include <net/bridge.h>
+#include <net/bridge/bridge.h>
#endif
#include "dp83932reg.h"
More information about the Submit
mailing list