Source-Changes archive
[
Date Prev][Date Next][
Thread Prev][Thread Next][
Date Index][
Thread Index][
Old Index]
CVS commit: src/sys/sys
Module Name: src
Committed By: kre
Date: Sun Nov 16 22:44:53 UTC 2025
Modified Files:
src/sys/sys: exec_elf.h
Log Message:
Record this as being version 2 of this header (for NetBSD)
To test whether the new or old version of this header is
current, code can use
#if defined(NetBSD) && (( _SYS_EXEC_ELF_H_ + 0 ) < 2)
If true, the old version of the header has been found, if
false, the new version. (The "+0" is for when _SYS_EXEC_ELF_H_
is empty (expands to nothing).)
Strictly this should have been done 2 revisions ago in
revision 1.180
date: 2025年11月11日 21:20:23 +0000
when the change was made, but this is not too long (in the
grand scheme of things) after that.
To generate a diff of this commit:
cvs rdiff -u -r1.181 -r1.182 src/sys/sys/exec_elf.h
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