summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_auth.c
diff options
context:
space:
mode:
authordarrenr <darrenr@FreeBSD.org>2000-08-13 04:28:25 +0000
committerdarrenr <darrenr@FreeBSD.org>2000-08-13 04:28:25 +0000
commit180786054221f855ed812b6e0aad1df8ef0ebe5e (patch)
tree059d81384d9dc8039dafc0ae0dec499bc65ded08 /sys/netinet/ip_auth.c
parenta757122c4b3532cb08b9d84b742e8702f872c78f (diff)
downloadFreeBSD-src-180786054221f855ed812b6e0aad1df8ef0ebe5e.zip
FreeBSD-src-180786054221f855ed812b6e0aad1df8ef0ebe5e.tar.gz
Import IP Filter 3.4.9 bits into the kernel
Diffstat (limited to 'sys/netinet/ip_auth.c')
-rw-r--r--sys/netinet/ip_auth.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ip_auth.c b/sys/netinet/ip_auth.c
index 9fa24d6..d737b9c 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.11.2.3 2000/06/17 06:24:31 darrenr Exp $";
+static const char rcsid[] = "@(#)$Id: ip_auth.c,v 2.11.2.4 2000/08/05 14:48:50 darrenr Exp $";
#endif
#include <sys/errno.h>
@@ -46,7 +46,7 @@ static const char rcsid[] = "@(#)$Id: ip_auth.c,v 2.11.2.3 2000/06/17 06:24:31 d
# include <sys/stream.h>
# include <sys/kmem.h>
#endif
-#if (_BSDI_VERSION >= 199802) || (__FreeBSD_Version >= 400000)
+#if (_BSDI_VERSION >= 199802) || (__FreeBSD_version >= 400000)
# include <sys/queue.h>
#endif
#if defined(__NetBSD__) || defined(__OpenBSD__) || defined(bsdi)
OpenPOWER on IntegriCloud