diff options
author | Kjell Wooding <kjell@cvs.openbsd.org> | 2001-06-24 21:24:14 +0000 |
---|---|---|
committer | Kjell Wooding <kjell@cvs.openbsd.org> | 2001-06-24 21:24:14 +0000 |
commit | cf33caca582f3754c981f1d9d92d2fd7b208869a (patch) | |
tree | ce35e181d77d874ab54a8dc7f63fa771e019ac7a /sys | |
parent | b9ddd490e90e403451129783199483c6a7f20de4 (diff) |
PACKETFILTER_H now PFVAR_H. thanks smart
Diffstat (limited to 'sys')
-rw-r--r-- | sys/net/pfvar.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/net/pfvar.h b/sys/net/pfvar.h index c771abece86..d75488a5357 100644 --- a/sys/net/pfvar.h +++ b/sys/net/pfvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pfvar.h,v 1.1 2001/06/24 19:48:58 kjell Exp $ */ +/* $OpenBSD: pfvar.h,v 1.2 2001/06/24 21:24:13 kjell Exp $ */ /* * Copyright (c) 2001, Daniel Hartmeier @@ -30,8 +30,8 @@ * */ -#ifndef _NETINET_PACKETFILTER_H_ -#define _NETINET_PACKETFILTER_H_ +#ifndef _NET_PFVAR_H_ +#define _NET_PFVAR_H_ #include <sys/types.h> @@ -167,4 +167,4 @@ int pf_test (int, struct ifnet *, struct mbuf **); #endif /* _KERNEL */ -#endif /* _NET_PACKETFILTER_H_ */ +#endif /* _NET_PFVAR_H_ */ |