Skip site navigation (1)Skip section navigation (2)
Date:      21 Nov 1999 00:56:15 +0100
From:      Assar Westerlund <assar@sics.se>
To:        Jeroen Ruigrok/Asmodai <asmodai@wxs.nl>
Cc:        net@FreeBSD.ORG, cvs-committers@FreeBSD.ORG
Subject:   Re: Patches for socket.h
Message-ID:  <5l903sn2e8.fsf@foo.sics.se>
In-Reply-To: Jeroen Ruigrok/Asmodai's message of "Sat, 20 Nov 1999 21:37:13 %2B0100"
References:  <19991120213713.N41154@daemon.ninth-circle.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Jeroen Ruigrok/Asmodai <asmodai@wxs.nl> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5l903sn2e8.fsf>