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: maya
Date: Tue Nov 6 16:26:44 UTC 2018
Modified Files:
src/sys/sys: stdint.h types.h
Log Message:
Guard from type redefinition (needed by pre-C11 C) in a safer way.
The existing way causes problems like:
https://mail-index.netbsd.org/tech-pkg/2018/10/25/msg020395.html
https://mail-index.netbsd.org/tech-userlevel/2018/09/08/msg011381.html
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/sys/stdint.h
cvs rdiff -u -r1.101 -r1.102 src/sys/sys/types.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