diff options
author | Kjell Wooding <kjell@cvs.openbsd.org> | 2001-01-30 04:31:03 +0000 |
---|---|---|
committer | Kjell Wooding <kjell@cvs.openbsd.org> | 2001-01-30 04:31:03 +0000 |
commit | f9bbed0f465758827ab44359e08427bf98acb197 (patch) | |
tree | 0fc2b8e6ba78fc03ed3349040ae0dff593b1220c /usr.sbin/ipftest/ipft_tx.c | |
parent | d7aed56ac859d930e2cfcc5cbad5c90846bc9a76 (diff) |
reimplement whacked changes. ip_compat.h to ip_fil_compat.h
Diffstat (limited to 'usr.sbin/ipftest/ipft_tx.c')
-rw-r--r-- | usr.sbin/ipftest/ipft_tx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ipftest/ipft_tx.c b/usr.sbin/ipftest/ipft_tx.c index 8184186e5cb..18548abe243 100644 --- a/usr.sbin/ipftest/ipft_tx.c +++ b/usr.sbin/ipftest/ipft_tx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ipft_tx.c,v 1.18 2001/01/17 07:26:58 fgsch Exp $ */ +/* $OpenBSD: ipft_tx.c,v 1.19 2001/01/30 04:31:02 kjell Exp $ */ /* * Copyright (C) 1995-2000 by Darren Reed. @@ -38,7 +38,7 @@ #include <netdb.h> #include <arpa/nameser.h> #include <resolv.h> -#include <netinet/ip_compat.h> +#include <netinet/ip_fil_compat.h> #include <netinet/tcpip.h> #include "ipf.h" #include "ipt.h" |