From owner-freebsd-net Sat Nov 20 15:56:13 1999 Delivered-To: freebsd-net@freebsd.org Received: from foo.sics.se (foo.sics.se [193.10.66.234]) by hub.freebsd.org (Postfix) with ESMTP id 9350814C84; Sat, 20 Nov 1999 15:56:08 -0800 (PST) (envelope-from assar@foo.sics.se) Received: (from assar@localhost) by foo.sics.se (8.9.3/8.9.3) id AAA00792; Sun, 21 Nov 1999 00:56:16 +0100 (CET) (envelope-from assar) To: Jeroen Ruigrok/Asmodai Cc: net@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Subject: Re: Patches for socket.h References: <19991120213713.N41154@daemon.ninth-circle.org> From: Assar Westerlund Date: 21 Nov 1999 00:56:15 +0100 In-Reply-To: Jeroen Ruigrok/Asmodai's message of "Sat, 20 Nov 1999 21:37:13 +0100" Message-ID: <5l903sn2e8.fsf@foo.sics.se> Lines: 19 User-Agent: Gnus/5.070098 (Pterodactyl Gnus v0.98) Emacs/20.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Jeroen Ruigrok/Asmodai writes: > One to socket.h, which introduces the type socklen_t which replaces the > unsigned integer in some areas. ok > One caveat for now is the sa_family_t type, which would be the type for > sa_family in the sockaddr struct. typedef u_char sa_family_t or is it more complicated than that? > --- sys/sys/socket.h.orig Sat Nov 20 19:27:48 1999 > +++ sys/sys/socket.h Sat Nov 20 21:10:06 1999 > + u_int msg_iovlen; /* # elements in msg_iov */ Shouldn't this be `int'? /assar To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message