diff options
author | Kjell Wooding <kjell@cvs.openbsd.org> | 2001-01-30 04:22:25 +0000 |
---|---|---|
committer | Kjell Wooding <kjell@cvs.openbsd.org> | 2001-01-30 04:22:25 +0000 |
commit | 35a4a2f01b30f9510e1be64c14580cca8ed556d5 (patch) | |
tree | f2da4686ac9d0f50719565e1a621939865b830f3 /sys/net/if_bridge.c | |
parent | 83b5eb7d2f91ad4c187a5a6965aa73bea7abd976 (diff) |
change ip_compat.h to ip_fil_compat.h for clarity. Impending ipf merge
Diffstat (limited to 'sys/net/if_bridge.c')
-rw-r--r-- | sys/net/if_bridge.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 |