Commit ID: 10054DBCCD452D127A7
CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/02/11 21:42:24 UTC
Modified files:
kern/include : libckern.h
include : dirent.h stdio.h stdlib.h string.h time.h unistd.h
sys/sys : param.h stddef.h
Log message:
nice workaround for C++ brokenness: 0L taken from musl via ycombinator, but it
must be unsigned of course, so 0UL
To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.40 -r1.41 src/kern/include/libckern.h
cvs -R rdiff -kk -upr1.7 -r1.8 src/include/dirent.h
cvs -R rdiff -kk -upr1.12 -r1.13 src/include/stdio.h
cvs -R rdiff -kk -upr1.37 -r1.38 src/include/stdlib.h
cvs -R rdiff -kk -upr1.15 -r1.16 src/include/string.h
cvs -R rdiff -kk -upr1.14 -r1.15 src/include/time.h
cvs -R rdiff -kk -upr1.9 -r1.10 src/include/unistd.h
cvs -R rdiff -kk -upr1.100 -r1.101 src/sys/sys/param.h
cvs -R rdiff -kk -upr1.4 -r1.5 src/sys/sys/stddef.h