From owner-cvs-all Mon Apr 1 0:12:32 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6334937B417; Mon, 1 Apr 2002 00:12:26 -0800 (PST) Received: (from mike@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g318CQU60405; Mon, 1 Apr 2002 00:12:26 -0800 (PST) (envelope-from mike) Message-Id: <200204010812.g318CQU60405@freefall.freebsd.org> From: Mike Barcroft Date: Mon, 1 Apr 2002 00:12:25 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include/arpa inet.h src/include grp.h unistd.h src/sys/netinet in.h src/sys/sys _types.h stdint.h types.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mike 2002/04/01 00:12:25 PST Modified files: include/arpa inet.h include grp.h unistd.h sys/netinet in.h sys/sys stdint.h types.h Added files: sys/sys _types.h Log: o Implement , a new header for storing types that are MI, not required to be a fixed size, and used in multiple headers. This will grow in time, as more things move here from and . o Add missing type definitions (uint16_t and uint32_t) to and . o Reduce pollution in by using `#if _FOO_T_DECLARED' widgets to avoid including . o Add some missing type definitions to and note the ones that still need to be added. o Make use of primitives in and . Reviewed by: bde Revision Changes Path 1.21 +20 -14 src/include/arpa/inet.h 1.13 +3 -3 src/include/grp.h 1.50 +26 -1 src/include/unistd.h 1.63 +27 -10 src/sys/netinet/in.h 1.1 +38 -0 src/sys/sys/_types.h (new) 1.2 +33 -0 src/sys/sys/stdint.h 1.57 +65 -5 src/sys/sys/types.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message