From owner-freebsd-net Sun Nov 21 7: 0:19 1999 Delivered-To: freebsd-net@freebsd.org Received: from hub.freebsd.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 769A214C8B; Sun, 21 Nov 1999 06:59:51 -0800 (PST) (envelope-from green@FreeBSD.org) Received: from localhost (green@localhost [127.0.0.1]) by hub.freebsd.org (8.9.3/8.9.3) with ESMTP id JAA33586; Sun, 21 Nov 1999 09:55:13 -0500 (EST) (envelope-from green@FreeBSD.org) Date: Sun, 21 Nov 1999 09:55:13 -0500 (EST) From: Brian Fundakowski Feldman X-Sender: green@green.myip.org To: Jeroen Ruigrok/Asmodai Cc: Assar Westerlund , net@FreeBSD.org, cvs-committers@FreeBSD.org Subject: Re: Patches for socket.h In-Reply-To: <19991121141950.F48139@daemon.ninth-circle.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, 21 Nov 1999, Jeroen Ruigrok/Asmodai wrote: > According to SUSv2: > > The 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