Date: Mon, 1 Apr 2002 00:12:25 -0800 (PST) From: Mike Barcroft <mike@FreeBSD.org> 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 Message-ID: <200204010812.g318CQU60405@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <sys/_types.h>, 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 <sys/types.h> and <machine/ansi.h>. o Add missing type definitions (uint16_t and uint32_t) to <arpa/inet.h> and <netinet/in.h>. o Reduce pollution in <sys/types.h> by using `#if _FOO_T_DECLARED' widgets to avoid including <sys/stdint.h>. o Add some missing type definitions to <unistd.h> and note the ones that still need to be added. o Make use of <sys/_types.h> primitives in <grp.h> and <sys/types.h>. 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204010812.g318CQU60405>