diff options
Diffstat (limited to 'usr/src/uts/common/net/pfkeyv2.h')
-rw-r--r-- | usr/src/uts/common/net/pfkeyv2.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/uts/common/net/pfkeyv2.h b/usr/src/uts/common/net/pfkeyv2.h index df8d72c58c..02092cc99c 100644 --- a/usr/src/uts/common/net/pfkeyv2.h +++ b/usr/src/uts/common/net/pfkeyv2.h @@ -23,7 +23,7 @@ * Use is subject to license terms. */ /* - * Copyright 2018 Joyent, Inc. + * Copyright (c) 2018, Joyent, Inc. */ #ifndef _NET_PFKEYV2_H @@ -845,7 +845,7 @@ typedef struct sadb_x_edump { #define SADB_X_KMP_KINK 2 #define SADB_X_KMP_IKEV2 3 -#define SADB_X_KMP_MAX 3 +#define SADB_X_KMP_MAX SADB_X_KMP_IKEV2 /* * Handy conversion macros. Not part of the PF_KEY spec... |