Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/net Fix libreswan build failure. Pointed out by Andrew ...



details:   https://anonhg.NetBSD.org/src/rev/6212f28208a8
branches:  trunk
changeset: 372906:6212f28208a8
user:      knakahara <knakahara%NetBSD.org@localhost>
date:      Wed Jan 04 01:58:33 2023 +0000

description:
Fix libreswan build failure.  Pointed out by Andrew Cagney, thanks.

diffstat:

 sys/net/pfkeyv2.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r a77b35f7c0ec -r 6212f28208a8 sys/net/pfkeyv2.h
--- a/sys/net/pfkeyv2.h Wed Jan 04 01:37:24 2023 +0000
+++ b/sys/net/pfkeyv2.h Wed Jan 04 01:58:33 2023 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pfkeyv2.h,v 1.34 2022/10/11 09:51:47 knakahara Exp $   */
+/*     $NetBSD: pfkeyv2.h,v 1.35 2023/01/04 01:58:33 knakahara Exp $   */
 /*     $KAME: pfkeyv2.h,v 1.36 2003/07/25 09:33:37 itojun Exp $        */
 
 /*
@@ -230,6 +230,7 @@
   uint8_t sadb_x_policy_dir;           /* direction, see ipsec.h */
   uint8_t sadb_x_policy_flags;
 #define IPSEC_POLICY_FLAG_ORIGIN_KERNEL 0x80   /* policy is generated by kernel */
+#define        sadb_x_policy_reserved  sadb_x_policy_flags
   uint32_t sadb_x_policy_id;
   uint32_t sadb_x_policy_reserved2;
 };



Home | Main Index | Thread Index | Old Index