summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_auth.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1998-06-20 18:18:05 +0000
committerpeter <peter@FreeBSD.org>1998-06-20 18:18:05 +0000
commit91edc33c5d89f82339bc1b178ba92166487a8336 (patch)
tree6cc40b6d411c8a74ad3c20972c62df03ae5a581e /sys/netinet/ip_auth.c
parentc3255d453d5de10e30556f3333695cf46ff608c6 (diff)
downloadFreeBSD-src-91edc33c5d89f82339bc1b178ba92166487a8336.zip
FreeBSD-src-91edc33c5d89f82339bc1b178ba92166487a8336.tar.gz
Import ipfilter 3.2.7 kernel components
Diffstat (limited to 'sys/netinet/ip_auth.c')
-rw-r--r--sys/netinet/ip_auth.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/netinet/ip_auth.c b/sys/netinet/ip_auth.c
index 2640a77..bdb3114 100644
--- a/sys/netinet/ip_auth.c
+++ b/sys/netinet/ip_auth.c
@@ -6,7 +6,7 @@
* to the original author and the contributors.
*/
#if !defined(lint)
-static const char rcsid[] = "@(#)$Id: ip_auth.c,v 2.0.2.21.2.2 1997/11/12 10:45:51 darrenr Exp $";
+static const char rcsid[] = "@(#)$Id: ip_auth.c,v 2.0.2.21.2.3 1998/04/08 13:43:29 darrenr Exp $";
#endif
#if !defined(_KERNEL) && !defined(KERNEL)
@@ -86,6 +86,9 @@ extern struct ifqueue ipintrq; /* ip packet input queue */
#include "netinet/ip_auth.h"
#if !SOLARIS && !defined(linux)
# include <net/netisr.h>
+# ifdef __FreeBSD__
+# include <machine/cpufunc.h>
+# endif
#endif
OpenPOWER on IntegriCloud