Date: Wed, 17 Dec 2003 16:59:51 -0800 (PST) From: Peter Wemm <peter@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include dirent.h locale.h stddef.h stdio.h stdlib.h string.h time.h unistd.h wchar.h src/include/rpc types.h src/sys/sys _null.h param.h stddef.h Message-ID: <200312180059.hBI0xpnI074534@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 2003/12/17 16:59:51 PST FreeBSD src repository Modified files: (Branch: RELENG_5_2) include dirent.h locale.h stddef.h stdio.h stdlib.h string.h time.h unistd.h wchar.h include/rpc types.h sys/sys param.h stddef.h Added files: (Branch: RELENG_5_2) sys/sys _null.h Log: MFC: add sys/_null.h and change the definition of NULL to a long on ia64 and amd64. Ensure that this is not accidently activated on any platforms other than these two since its quite late in the release cycle and it is not worth the risk of disturbing to the established platforms. Approved by: re (scottl, jhb) Revision Changes Path 1.13.6.1 +2 -4 src/include/dirent.h 1.7.6.1 +2 -4 src/include/locale.h 1.10.6.1 +2 -4 src/include/rpc/types.h 1.9.6.1 +1 -4 src/include/stddef.h 1.51.4.1 +1 -4 src/include/stdio.h 1.54.2.1 +1 -4 src/include/stdlib.h 1.18.6.1 +1 -4 src/include/string.h 1.30.6.1 +1 -4 src/include/time.h 1.69.2.1 +1 -4 src/include/unistd.h 1.35.4.1 +1 -4 src/include/wchar.h 1.2.2.1 +37 -0 src/sys/sys/_null.h (new) 1.174.2.2 +2 -4 src/sys/sys/param.h 1.1.6.1 +1 -4 src/sys/sys/stddef.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200312180059.hBI0xpnI074534>