Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Nov 1999 01:04:16 +0100
From:      Jeroen Ruigrok/Asmodai <asmodai@wxs.nl>
To:        Assar Westerlund <assar@sics.se>
Cc:        net@FreeBSD.ORG, cvs-committers@FreeBSD.ORG
Subject:   Re: Patches for socket.h
Message-ID:  <19991121010416.R41154@daemon.ninth-circle.org>
In-Reply-To: <5l903sn2e8.fsf@foo.sics.se>
References:  <19991120213713.N41154@daemon.ninth-circle.org> <5l903sn2e8.fsf@foo.sics.se>

next in thread | previous in thread | raw e-mail | index | archive | help
-On [19991121 00:58], Assar Westerlund (assar@sics.se) wrote:
>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

Ok, kernel compiles and works ok, I forgot to patch the uthread stuff
though.  I am testing make world with those patches now.  Don't know if
I am awake when it's done though.

>> 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?

That should be it.  But like uthread, I didn't want to bump into other
surprises.

>> --- 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'?

Duh, I removed the file after I changed a little too much and reworked
the patches.  I forgot to change this back again to int.

Thanks.  I'll make a new patchset tomorrow.
Thanks for taking the time to test it.

-- 
Jeroen Ruigrok van der Werven/Asmodai                  asmodai(at)wxs.nl
The BSD Programmer's Documentation Project <http://home.wxs.nl/~asmodai>;
Network/Security Specialist        BSD: Technical excellence at its best
Learn e-mail netiquette: http://www.lemis.com/email.html
Life is just one damned thing after another.


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?19991121010416.R41154>