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

看板DFBSD_submit作者時間21年前 (2005/02/20 02:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/2 (看更多)
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"
文章代碼(AID): #125tyB00 (DFBSD_submit)
文章代碼(AID): #125tyB00 (DFBSD_submit)