Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/external/bsd/elftoolchain/dist/common/sys
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