summaryrefslogtreecommitdiff
path: root/sys/net/if.c
diff options
context:
space:
mode:
authorKjell Wooding <kjell@cvs.openbsd.org>2001-01-30 04:22:25 +0000
committerKjell Wooding <kjell@cvs.openbsd.org>2001-01-30 04:22:25 +0000
commit35a4a2f01b30f9510e1be64c14580cca8ed556d5 (patch)
treef2da4686ac9d0f50719565e1a621939865b830f3 /sys/net/if.c
parent83b5eb7d2f91ad4c187a5a6965aa73bea7abd976 (diff)
change ip_compat.h to ip_fil_compat.h for clarity. Impending ipf merge
Diffstat (limited to 'sys/net/if.c')
-rw-r--r--sys/net/if.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if.c b/sys/net/if.c
index 1ce48e512ad..c017a551ec8 100644
--- a/sys/net/if.c
+++ b/sys/net/if.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if.c,v 1.40 2001/01/19 06:37:36 itojun Exp $ */
+/* $OpenBSD: if.c,v 1.41 2001/01/30 04:22:24 kjell Exp $ */
/* $NetBSD: if.c,v 1.35 1996/05/07 05:26:04 thorpej Exp $ */
/*
@@ -104,7 +104,7 @@
#endif
#ifdef IPFILTER
-#include <netinet/ip_compat.h>
+#include <netinet/ip_fil_compat.h>
#include <netinet/ip_fil.h>
#include <netinet/ip_nat.h>
#endif