Date: Sat, 12 Oct 2002 04:39:20 -0700 (PDT) From: Mike Barcroft <mike@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys socket.h Message-ID: <200210121139.g9CBdKNQ066583@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
mike 2002/10/12 04:39:20 PDT Modified files: sys/sys socket.h Log: o Add typedefs for size_t and ssize_t. o Add typedefs for gid_t, off_t, pid_t, and uid_t in the non-standards case. o Add struct iovec (also defined in <sys/uio.h>). o Add visibility conditionals to avoid defining non-standard extentions in the standards case. o Change spelling of some types so they work without including <sys/types.h> (u_char -> unsigned char, u_short -> unsigned short, int64 -> __int64, caddr_t -> char *) o Add comments about missing restrict type-qualifiers and missing function. Revision Changes Path 1.67 +100 -17 src/sys/sys/socket.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?200210121139.g9CBdKNQ066583>