diff options
author | smart <smart@cvs.openbsd.org> | 2001-04-08 20:30:06 +0000 |
---|---|---|
committer | smart <smart@cvs.openbsd.org> | 2001-04-08 20:30:06 +0000 |
commit | c6b7833e50b4c2ffaf82afaa647ebb0c75ca7106 (patch) | |
tree | 45eb3bc9b9a442e31e331df44de01b9aa8cf4910 | |
parent | c824c2dcc2baa6bbe919fe86c38b34bce0be3fe2 (diff) |
Typo. __IP_FIL_H__ -> __IP_FRAG_H__
-rw-r--r-- | sys/netinet/ip_frag.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ip_frag.h b/sys/netinet/ip_frag.h index f5e13a4fb30..9da45ae0a68 100644 --- a/sys/netinet/ip_frag.h +++ b/sys/netinet/ip_frag.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ip_frag.h,v 1.14 2001/04/07 01:06:28 fgsch Exp $ */ +/* $OpenBSD: ip_frag.h,v 1.15 2001/04/08 20:30:05 smart Exp $ */ /* * Copyright (C) 1993-2000 by Darren Reed. @@ -67,4 +67,4 @@ extern void ipfr_slowtimer __P((void *)); extern int ipfr_slowtimer __P((void)); #endif /* (BSD >= 199306) || SOLARIS */ -#endif /* __IP_FIL_H__ */ +#endif /* __IP_FRAG_H__ */ |