summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_auth.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1998-06-20 18:37:51 +0000
committerpeter <peter@FreeBSD.org>1998-06-20 18:37:51 +0000
commit595e4ae3739a6d0e5ea4cc733290961f87bd8bf1 (patch)
tree328cd08bf52fe622c0c981399b76985b96445f30 /sys/netinet/ip_auth.c
parentb9ddfe987f1e375cfb3a976c7b73c1ed9bde8cb0 (diff)
downloadFreeBSD-src-595e4ae3739a6d0e5ea4cc733290961f87bd8bf1.zip
FreeBSD-src-595e4ae3739a6d0e5ea4cc733290961f87bd8bf1.tar.gz
Merge ipfilter 3.2.3 -> 3.2.7 changes onto mainline.
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 40ffc88..3eb1a63 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 1.2 1998/03/21 11:33:59 peter Exp $";
+static const char rcsid[] = "@(#)$Id: ip_auth.c,v 1.3 1998/03/21 13:37:42 peter Exp $";
#endif
#if defined(KERNEL) && !defined(_KERNEL)
@@ -97,6 +97,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