看板 DFBSD_commit 關於我們 聯絡資訊
joerg 2005/01/31 13:44:10 PST DragonFly src repository Modified files: sys/net route.h sys/netinet in_proto.c Log: Define in_inithead in net/route.h, it's purpose is the initialisation of the AF_INET routing table. This fixes a warning about a missing prototype in netinet/in_rmx.c and removes the local extern in in_proto.c Revision Changes Path 1.12 +2 -0 src/sys/net/route.h 1.11 +0 -2 src/sys/netinet/in_proto.c http://www.dragonflybsd.org/cvsweb/src/sys/net/route.h.diff?r1=1.11&r2=1.12&f=u http://www.dragonflybsd.org/cvsweb/src/sys/netinet/in_proto.c.diff?r1=1.10&r2=1.11&f=u