From e2c0e675c777b6b35071509ccb2c17dc40681f65 Mon Sep 17 00:00:00 2001 From: peter Date: Sun, 4 Feb 2001 11:46:17 +0000 Subject: 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 in it. I will be taking this out shortly - this affects a number of drivers. --- sys/net/if_faith.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/net/if_faith.c') 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 #include +#include + 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)); -- cgit v1.1