Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Mar 2000 01:34:53 +1100 (EST)
From:      Bruce Evans <bde@zeta.org.au>
To:        Brian Fundakowski Feldman <green@FreeBSD.org>
Cc:        Satoshi Asami <asami@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: ports/net/gnomenetwork/patches patch-af patch-ag
Message-ID:  <Pine.BSF.4.21.0003140130430.1486-100000@alphplex.bde.org>
In-Reply-To: <Pine.BSF.4.21.0003130744550.98907-100000@green.dyndns.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 13 Mar 2000, Brian Fundakowski Feldman wrote:

> On Sun, 12 Mar 2000, Satoshi Asami wrote:
> 
> > asami       2000/03/12 23:36:47 PST
> > 
> >   Added files:
> >     net/gnomenetwork/patches patch-af patch-ag 
> >   Log:
> >   Fix compilation problem with latest -current (socket.h needing param.h).
> 
> Why are you doing that instead of getting someone to fix sys/socket.h?  It
> is only supposed to need sys/types.h according to my knowledge (which has
> been on a firm base of the PSD :), experience, and heck, the manpage
> for socket(2).  Shouldn't this be a very immportant bug to fix, rather than
> just working around it in the ports?

<sys/socket.h> doesn't fully depend on <sys/param.h>.  The CMSG*() macros
now use ALIGN() which is in <sys/param.h> (actually in <machine/param.h>).
I'm surprised that any ports use them.

Bruce



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0003140130430.1486-100000>