From owner-cvs-src@FreeBSD.ORG Wed Dec 17 17:00:01 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6473C16A4CE; Wed, 17 Dec 2003 17:00:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD09143D46; Wed, 17 Dec 2003 16:59:51 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBI0xp0B074535; Wed, 17 Dec 2003 16:59:51 -0800 (PST) (envelope-from peter@repoman.freebsd.org) Received: (from peter@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBI0xpnI074534; Wed, 17 Dec 2003 16:59:51 -0800 (PST) (envelope-from peter) Message-Id: <200312180059.hBI0xpnI074534@repoman.freebsd.org> From: Peter Wemm Date: Wed, 17 Dec 2003 16:59:51 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_2 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 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Dec 2003 01:00:01 -0000 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