Date: Sun, 21 Nov 1999 09:55:13 -0500 (EST) From: Brian Fundakowski Feldman <green@FreeBSD.org> To: Jeroen Ruigrok/Asmodai <asmodai@wxs.nl> Cc: Assar Westerlund <assar@sics.se>, net@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: Patches for socket.h Message-ID: <Pine.BSF.4.10.9911210953180.33381-100000@green.myip.org> In-Reply-To: <19991121141950.F48139@daemon.ninth-circle.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 21 Nov 1999, Jeroen Ruigrok/Asmodai wrote: > According to SUSv2: > > The <sys/socket.h> header defines the unsigned integral type > sa_family_t. > > So there will be a typedef unsigned int sa_family_t; and not of u_char. No, typedef u_char sa_family_t; is just fine. An "unsigned integral type" is an unsigned integral type, not an unsigned int. Integral types include enum, char, short, int, long, and long long. -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / green@FreeBSD.org `------------------------------' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.9911210953180.33381-100000>