diff options
author | Peter Wemm <peter@FreeBSD.org> | 1998-06-20 18:18:05 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1998-06-20 18:18:05 +0000 |
commit | aeee047f956f7be068ff4001efed9ea24980058b (patch) | |
tree | 6cc40b6d411c8a74ad3c20972c62df03ae5a581e /sys/netinet/ip_frag.h | |
parent | 27064bb1595ba86624494176675c7c36450d121f (diff) | |
download | src-aeee047f956f7be068ff4001efed9ea24980058b.tar.gz src-aeee047f956f7be068ff4001efed9ea24980058b.zip |
Import ipfilter 3.2.7 kernel components
Notes
Notes:
svn path=/vendor-sys/ipfilter/dist-old/; revision=37071
Diffstat (limited to 'sys/netinet/ip_frag.h')
-rw-r--r-- | sys/netinet/ip_frag.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netinet/ip_frag.h b/sys/netinet/ip_frag.h index ade7139e4933..9122f17a5115 100644 --- a/sys/netinet/ip_frag.h +++ b/sys/netinet/ip_frag.h @@ -6,7 +6,7 @@ * to the original author and the contributors. * * @(#)ip_frag.h 1.5 3/24/96 - * $Id: ip_frag.h,v 2.0.2.12 1997/10/23 14:56:01 darrenr Exp $ + * $Id: ip_frag.h,v 2.0.2.12.2.1 1998/05/23 14:29:39 darrenr Exp $ */ #ifndef __IP_FRAG_H__ @@ -55,4 +55,5 @@ extern void ipfr_slowtimer __P((void)); #else extern int ipfr_slowtimer __P((void)); #endif + #endif /* __IP_FIL_H__ */ |