diff options
author | 2001-01-30 04:22:23 +0000 | |
---|---|---|
committer | 2001-01-30 04:22:23 +0000 | |
commit | a216513cacbf7cbdbfc925fc92e4d50ad33988d5 (patch) | |
tree | b6321cc6386eb3bd0cda1a8b9283f6b1798fe0c1 | |
parent | new timeouts (diff) | |
download | wireguard-openbsd-a216513cacbf7cbdbfc925fc92e4d50ad33988d5.tar.xz wireguard-openbsd-a216513cacbf7cbdbfc925fc92e4d50ad33988d5.zip |
change ip_compat.h to ip_fil_compat.h for clarity. Impending ipf merge
-rw-r--r-- | sys/net/bridgestp.c | 4 | ||||
-rw-r--r-- | sys/net/if.c | 4 | ||||
-rw-r--r-- | sys/net/if_bridge.c | 4 | ||||
-rw-r--r-- | sys/netinet/ip_fil_compat.h (renamed from sys/netinet/ip_compat.h) | 2 |
4 files changed, 7 insertions, 7 deletions
diff --git a/sys/net/bridgestp.c b/sys/net/bridgestp.c index c1757150cd3..6a0e1474927 100644 --- a/sys/net/bridgestp.c +++ b/sys/net/bridgestp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bridgestp.c,v 1.3 2001/01/17 04:47:18 fgsch Exp $ */ +/* $OpenBSD: bridgestp.c,v 1.4 2001/01/30 04:22:23 kjell Exp $ */ /* * Copyright (c) 2000 Jason L. Wright (jason@thought.net) @@ -65,7 +65,7 @@ #include <netinet/if_ether.h> #ifdef IPFILTER -#include <netinet/ip_compat.h> +#include <netinet/ip_fil_compat.h> #include <netinet/ip_fil.h> #endif #endif 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 diff --git a/sys/net/if_bridge.c b/sys/net/if_bridge.c index 21dcd2769ac..c8941e89baf 100644 --- a/sys/net/if_bridge.c +++ b/sys/net/if_bridge.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_bridge.c,v 1.45 2001/01/17 04:47:18 fgsch Exp $ */ +/* $OpenBSD: if_bridge.c,v 1.46 2001/01/30 04:22:24 kjell Exp $ */ /* * Copyright (c) 1999, 2000 Jason L. Wright (jason@thought.net) @@ -64,7 +64,7 @@ #include <net/if_enc.h> #ifdef IPFILTER -#include <netinet/ip_compat.h> +#include <netinet/ip_fil_compat.h> #include <netinet/ip_fil.h> #endif #endif diff --git a/sys/netinet/ip_compat.h b/sys/netinet/ip_fil_compat.h index 0616ea3da24..44ae8640a71 100644 --- a/sys/netinet/ip_compat.h +++ b/sys/netinet/ip_fil_compat.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ip_compat.h,v 1.2 2001/01/17 07:25:18 fgsch Exp $ */ +/* $OpenBSD: ip_fil_compat.h,v 1.20 2001/01/30 04:22:24 kjell Exp $ */ /* * Copyright (C) 1993-2000 by Darren Reed. |