svn commit: r184726 - head/sys/net
Bjoern A. Zeeb
bz at FreeBSD.org
Thu Nov 6 07:26:09 PST 2008
Author: bz
Date: Thu Nov 6 15:26:09 2008
New Revision: 184726
URL: http://svn.freebsd.org/changeset/base/184726
Log:
Include if_arp.h for IFP2AC so that the netgraph parts in if.c
are happy even if compiled without INET or INET6.
MFC after: 2 months
Modified:
head/sys/net/if.c
Modified: head/sys/net/if.c
==============================================================================
--- head/sys/net/if.c Thu Nov 6 13:34:49 2008 (r184725)
+++ head/sys/net/if.c Thu Nov 6 15:26:09 2008 (r184726)
@@ -60,6 +60,7 @@
#include <machine/stdarg.h>
#include <net/if.h>
+#include <net/if_arp.h>
#include <net/if_clone.h>
#include <net/if_dl.h>
#include <net/if_types.h>
More information about the svn-src-all
mailing list