Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-10]: src/sys/net Pull up following revision(s) (requested by knak...
details: https://anonhg.NetBSD.org/src/rev/bfea80aeb1eb
branches: netbsd-10
changeset: 372918:bfea80aeb1eb
user: martin <martin%NetBSD.org@localhost>
date: Wed Jan 04 12:17:08 2023 +0000
description:
Pull up following revision(s) (requested by knakahara in ticket #36):
sys/net/pfkeyv2.h: revision 1.35
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 70082b5af054 -r bfea80aeb1eb sys/net/pfkeyv2.h
--- a/sys/net/pfkeyv2.h Wed Jan 04 05:31:22 2023 +0000
+++ b/sys/net/pfkeyv2.h Wed Jan 04 12:17:08 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.34.2.1 2023/01/04 12:17:08 martin 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