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/pfkeyv2.h | |
parent | 470facdd7d89074650914f5a3a8ada963b1c071d (diff) |
By popular demand, protect from multiple inclusion, and fix to use the
same naming style.
Diffstat (limited to 'sys/net/pfkeyv2.h')
-rw-r--r-- | sys/net/pfkeyv2.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 <license@ipv6.nrl.navy.mil>. */ -#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_ */ |