Module Name:    src
Committed By:   christos
Date:           Thu Mar  7 17:10:37 UTC 2024

Modified Files:
        src/external/mpl/bind/dist/lib/isc/netmgr: netmgr-int.h

Log Message:
Make sure that the extra field is maximally aligned since it is used for
other struct storage.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 \
    src/external/mpl/bind/dist/lib/isc/netmgr/netmgr-int.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/mpl/bind/dist/lib/isc/netmgr/netmgr-int.h
diff -u src/external/mpl/bind/dist/lib/isc/netmgr/netmgr-int.h:1.10 src/external/mpl/bind/dist/lib/isc/netmgr/netmgr-int.h:1.11
--- src/external/mpl/bind/dist/lib/isc/netmgr/netmgr-int.h:1.10	Wed Feb 21 17:52:32 2024
+++ src/external/mpl/bind/dist/lib/isc/netmgr/netmgr-int.h	Thu Mar  7 12:10:37 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: netmgr-int.h,v 1.10 2024/02/21 22:52:32 christos Exp $	*/
+/*	$NetBSD: netmgr-int.h,v 1.11 2024/03/07 17:10:37 christos Exp $	*/
 
 /*
  * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
@@ -276,7 +276,7 @@ struct isc_nmhandle {
 	LINK(isc_nmhandle_t) active_link;
 #endif
 	void *opaque;
-	char extra[];
+	max_align_t extra[];
 };
 
 typedef enum isc__netievent_type {

Reply via email to