From owner-cvs-all Fri Dec 18 16:02:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA23444 for cvs-all-outgoing; Fri, 18 Dec 1998 16:02:35 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA23439; Fri, 18 Dec 1998 16:02:34 -0800 (PST) (envelope-from dt@FreeBSD.org) From: Dmitrij Tejblum Received: (from dt@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA22120; Fri, 18 Dec 1998 16:02:35 -0800 (PST) Date: Fri, 18 Dec 1998 16:02:35 -0800 (PST) Message-Id: <199812190002.QAA22120@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/include stdlib.h src/sys/alpha/include ansi.h types.h src/sys/i386/include ansi.h types.h src/sys/sys inttypes.h types.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dt 1998/12/18 16:02:35 PST Modified files: include stdlib.h sys/alpha/include ansi.h types.h sys/i386/include ansi.h types.h sys/sys types.h Added files: sys/sys inttypes.h Log: Little reorganization: - created internal names for fixed-size integral types, like __int32_t. They will be used to make several headers self-sufficient. - don't include anymore. - created , which can be used as . - declaration of uoff_t and ufs_daddr_t moved to . Reviewed by: bde Revision Changes Path 1.15 +3 -5 src/include/stdlib.h 1.4 +17 -4 src/sys/alpha/include/ansi.h 1.9 +3 -21 src/sys/alpha/include/types.h 1.16 +14 -4 src/sys/i386/include/ansi.h 1.16 +3 -20 src/sys/i386/include/types.h 1.26 +9 -17 src/sys/sys/types.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message