From 13c65eac1cefee96451c2c25b660f73de84834ff Mon Sep 17 00:00:00 2001 From: "Angelos D. Keromytis" Date: Sat, 9 Jun 2001 06:16:40 +0000 Subject: By popular demand, protect from multiple inclusion, and fix to use the same naming style. --- sys/net/pfkeyv2.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/net/pfkeyv2.h') diff --git a/sys/net/pfkeyv2.h b/sys/net/pfkeyv2.h index 7c1f20418ac..05464a6f20a 100644 --- a/sys/net/pfkeyv2.h +++ b/sys/net/pfkeyv2.h @@ -9,8 +9,8 @@ You should have received a copy of the license with this software. If you didn't get a copy, you may request one from . */ -#ifndef _NET_PFKEY_V2_H -#define _NET_PFKEY_V2_H 1 +#ifndef _NET_PFKEY_V2_H_ +#define _NET_PFKEY_V2_H_ #define PF_KEY_V2 2 #define PFKEYV2_REVISION 199806L @@ -392,4 +392,4 @@ void import_lifetime(struct tdb *, struct sadb_lifetime *, int); void import_credentials(struct tdb *, struct sadb_x_cred *, int); void import_sa(struct tdb *, struct sadb_sa *, struct ipsecinit *); #endif /* _KERNEL */ -#endif /* _NET_PFKEY_V2_H */ +#endif /* _NET_PFKEY_V2_H_ */ -- cgit v1.2.3