summaryrefslogtreecommitdiffstats
path: root/sys/net/if_faith.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2001-02-04 11:46:17 +0000
committerpeter <peter@FreeBSD.org>2001-02-04 11:46:17 +0000
commite2c0e675c777b6b35071509ccb2c17dc40681f65 (patch)
tree4012853e9b95fc92cec630b7ba4d43712c79a0ed /sys/net/if_faith.c
parent7a682ee86450868c28fbaae23e63bfdbe7aa1094 (diff)
downloadFreeBSD-src-e2c0e675c777b6b35071509ccb2c17dc40681f65.zip
FreeBSD-src-e2c0e675c777b6b35071509ccb2c17dc40681f65.tar.gz
Pull the rug from under the 'LKM Compatability' macro - PSEUDO_SET().
There are two 3rd party code chunks using this still - the IPv6 stuff and i4b. Give them a private copy as an alternative to changing them too much. XXX sys/kernel.h still has a #include <sys/module.h> in it. I will be taking this out shortly - this affects a number of drivers.
Diffstat (limited to 'sys/net/if_faith.c')
-rw-r--r--sys/net/if_faith.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/net/if_faith.c b/sys/net/if_faith.c
index a4d5162..b28fecd 100644
--- a/sys/net/if_faith.c
+++ b/sys/net/if_faith.c
@@ -57,6 +57,8 @@
#include <net/route.h>
#include <net/bpf.h>
+#include <net/net_osdep.h>
+
extern int loioctl __P((struct ifnet *, u_long, caddr_t));
extern int looutput __P((struct ifnet *ifp,
struct mbuf *m, struct sockaddr *dst, struct rtentry *rt));
OpenPOWER on IntegriCloud