diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-07-05 08:38:33 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-07-05 08:38:33 +0000 |
commit | 11e1afbd7661c488937f6121ecb5a3f28363aa4e (patch) | |
tree | 1d445f8202f77d32ab45ee047b976956adf22cfb | |
parent | 2757814893d1a32af9740e0a330484cc48389752 (diff) |
$OpenBSD$ tag
-rw-r--r-- | sys/net/pfkeyv2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/pfkeyv2.h b/sys/net/pfkeyv2.h index bd75bbd38c1..1e913934e45 100644 --- a/sys/net/pfkeyv2.h +++ b/sys/net/pfkeyv2.h @@ -1,3 +1,4 @@ +/* $OpenBSD: pfkeyv2.h,v 1.40 2001/07/05 08:38:32 angelos Exp $ */ /* %%% copyright-nrl-98 This software is Copyright 1998 by Randall Atkinson, Ronald Lee, @@ -215,7 +216,6 @@ struct sadb_x_cred { #define SADB_X_EXT_SUPPORTED_COMP 30 #define SADB_EXT_MAX 30 - /* Fix pfkeyv2.c struct pfkeyv2_socket if SATYPE_MAX > 31 */ #define SADB_SATYPE_UNSPEC 0 #define SADB_SATYPE_AH 1 |