Commit ID: 1005FA727E015F3993C
CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/11/07 23:03:38 UTC
Modified files:
include : dirent.h stdio.h stdlib.h string.h time.h unistd.h
kern/include : libckern.h
sys/sys : param.h stddef.h
Added files:
sys/sys : _null.h
Log message:
move our NULL definitions into <sys/_null.h> like OpenBSD did
To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.8 -r1.9 src/include/dirent.h
cvs -R rdiff -kk -upr1.14 -r1.15 src/include/stdio.h
cvs -R rdiff -kk -upr1.40 -r1.41 src/include/stdlib.h
cvs -R rdiff -kk -upr1.17 -r1.18 src/include/string.h
cvs -R rdiff -kk -upr1.16 -r1.17 src/include/time.h
cvs -R rdiff -kk -upr1.13 -r1.14 src/include/unistd.h
cvs -R rdiff -kk -upr1.43 -r1.44 src/kern/include/libckern.h
cvs -R rdiff -kk -upr0 -r1.1 src/sys/sys/_null.h
cvs -R rdiff -kk -upr1.106 -r1.107 src/sys/sys/param.h
cvs -R rdiff -kk -upr1.5 -r1.6 src/sys/sys/stddef.h