DragonFly BSD
DragonFly submit List (threaded) for 2005-02
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

sys/dev/netif/snc/if_snc.c and missing include


From: Gary Allan <dragonfly@xxxxxxxxxxxxxxx>
Date: Sat, 19 Feb 2005 15:43:37 +0000

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"



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