NetBSD-Bugs archive

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

PR/59564 CVS commit: src/external/bsd/elftoolchain/dist/common/sys



The following reply was made to PR lib/59564; it has been noted by GNATS.

From: "Christos Zoulas" <christos%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/59564 CVS commit: src/external/bsd/elftoolchain/dist/common/sys
Date: Wed, 30 Jul 2025 18:26:04 -0400

 Module Name:	src
 Committed By:	christos
 Date:		Wed Jul 30 22:26:03 UTC 2025
 
 Modified Files:
 	src/external/bsd/elftoolchain/dist/common/sys: elfdefinitions.m4
 
 Log Message:
 PR/59564: Frank Kardel: Allow elfdefinitions.h and elf.h to co-exist.
 Unfortunately c does not allow structure redefinitions, even if the structures
 are identical. So include <sys/exec_elf.h> from <sys/elfdefinitions.h> and
 protect all the typedefs that exec_elf.h already provides with the guard
 of the sys/exec_elf.h file.
 Also fix the order of the cap union fields so that the sys/sys_exec.h and
 sys/elfdefinitions.h are identical.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.7 -r1.8 \
     src/external/bsd/elftoolchain/dist/common/sys/elfdefinitions.m4
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index