看板 DFBSD_submit 關於我們 聯絡資訊
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"