summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_auth.c
diff options
context:
space:
mode:
authorKjell Wooding <kjell@cvs.openbsd.org>2001-01-30 04:23:57 +0000
committerKjell Wooding <kjell@cvs.openbsd.org>2001-01-30 04:23:57 +0000
commit2f35ed6fbb48972a399c5b56df252d3edcf73809 (patch)
tree49eedc7734fae4d6f8043d6e330b2206e3ddbe06 /sys/netinet/ip_auth.c
parent35a4a2f01b30f9510e1be64c14580cca8ed556d5 (diff)
re-add local ipf changes that were whacked in the 3.4.16 merge. userland to follow
Diffstat (limited to 'sys/netinet/ip_auth.c')
-rw-r--r--sys/netinet/ip_auth.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/netinet/ip_auth.c b/sys/netinet/ip_auth.c
index 67904a1cb82..17046ab8283 100644
--- a/sys/netinet/ip_auth.c
+++ b/sys/netinet/ip_auth.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip_auth.c,v 1.16 2001/01/17 07:25:18 fgsch Exp $ */
+/* $OpenBSD: ip_auth.c,v 1.17 2001/01/30 04:23:55 kjell Exp $ */
/*
* Copyright (C) 1998-2000 by Darren Reed & Guido van Rooij.
@@ -91,10 +91,10 @@ extern struct ifqueue ipintrq; /* ip packet input queue */
#endif
#include <netinet/udp.h>
#include <netinet/ip_icmp.h>
-#include "netinet/ip_compat.h"
+#include <netinet/ip_fil_compat.h>
#include <netinet/tcpip.h>
-#include "netinet/ip_fil.h"
-#include "netinet/ip_auth.h"
+#include <netinet/ip_fil.h>
+#include <netinet/ip_auth.h>
#if !SOLARIS && !defined(linux)
# include <net/netisr.h>
# ifdef __FreeBSD__