From owner-freebsd-net Sat Nov 20 16: 4:27 1999 Delivered-To: freebsd-net@freebsd.org Received: from smtp04.wxs.nl (smtp04.wxs.nl [195.121.6.59]) by hub.freebsd.org (Postfix) with ESMTP id 3443214C84; Sat, 20 Nov 1999 16:04:23 -0800 (PST) (envelope-from asmodai@wxs.nl) Received: from daemon.ninth-circle.org ([195.121.197.38]) by smtp04.wxs.nl (Netscape Messaging Server 3.61) with ESMTP id AAA197C; Sun, 21 Nov 1999 01:04:22 +0100 Received: (from asmodai@localhost) by daemon.ninth-circle.org (8.9.3/8.9.3) id BAA47121; Sun, 21 Nov 1999 01:04:16 +0100 (CET) (envelope-from asmodai) Date: Sun, 21 Nov 1999 01:04:16 +0100 From: Jeroen Ruigrok/Asmodai To: Assar Westerlund Cc: net@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Subject: Re: Patches for socket.h Message-ID: <19991121010416.R41154@daemon.ninth-circle.org> References: <19991120213713.N41154@daemon.ninth-circle.org> <5l903sn2e8.fsf@foo.sics.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre3i In-Reply-To: <5l903sn2e8.fsf@foo.sics.se> Organisation: Ninth-Circle Enterprises Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org -On [19991121 00:58], Assar Westerlund (assar@sics.se) wrote: >Jeroen Ruigrok/Asmodai 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 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