From 8d910a98624a1b52b89162ee97f9a3b7f1587c9e Mon Sep 17 00:00:00 2001 From: dtucker Date: Tue, 10 Jun 2008 13:52:51 +0000 Subject: [PATCH] - (dtucker) [openbsd-compat/fake-rfc2553.h] Add sin6_scope_id to sockaddr_in6 since the new CIDR code in addmatch.c references it. --- ChangeLog | 2 ++ openbsd-compat/fake-rfc2553.h | 1 + 2 files changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index b478297d..59f97fdb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -32,6 +32,8 @@ - dtucker@cvs.openbsd.org 2008/06/10 05:23:32 [regress/addrmatch.sh regress/Makefile] Regress test for Match CIDR rules. ok djm@ + - (dtucker) [openbsd-compat/fake-rfc2553.h] Add sin6_scope_id to sockaddr_in6 + since the new CIDR code in addmatch.c references it. 20080609 - (dtucker) OpenBSD CVS Sync diff --git a/openbsd-compat/fake-rfc2553.h b/openbsd-compat/fake-rfc2553.h index 60212b40..a4ed6705 100644 --- a/openbsd-compat/fake-rfc2553.h +++ b/openbsd-compat/fake-rfc2553.h @@ -77,6 +77,7 @@ struct sockaddr_in6 { u_int16_t sin6_port; u_int32_t sin6_flowinfo; struct in6_addr sin6_addr; + u_int32_t sin6_scope_id; }; #endif /* !HAVE_STRUCT_SOCKADDR_IN6 */ -- 2.45.1