diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-06-09 06:16:40 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-06-09 06:16:40 +0000 |
commit | 13c65eac1cefee96451c2c25b660f73de84834ff (patch) | |
tree | 0fbacf487c8cd2dee726f32dbece3df23d2f5751 /sys/net/radix.h | |
parent | 470facdd7d89074650914f5a3a8ada963b1c071d (diff) |
By popular demand, protect from multiple inclusion, and fix to use the
same naming style.
Diffstat (limited to 'sys/net/radix.h')
-rw-r--r-- | sys/net/radix.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/net/radix.h b/sys/net/radix.h index dc659c43caa..11f98d653b2 100644 --- a/sys/net/radix.h +++ b/sys/net/radix.h @@ -1,4 +1,4 @@ -/* $OpenBSD: radix.h,v 1.4 2000/06/17 20:30:34 provos Exp $ */ +/* $OpenBSD: radix.h,v 1.5 2001/06/09 06:16:39 angelos Exp $ */ /* $NetBSD: radix.h,v 1.8 1996/02/13 22:00:37 christos Exp $ */ /* @@ -167,5 +167,4 @@ struct radix_node *rn_search __P((void *, struct radix_node *)), *rn_search_m __P((void *, struct radix_node *, void *)); #endif /* define(_KERNEL) || defined(_ROUTED) */ - -#endif /* !_NET_RADIX_H_ */ +#endif /* _NET_RADIX_H_ */ |