Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Mar 2001 00:36:45 -0600 (CST)
From:      Tim Zingelman <zingelman@fnal.gov>
To:        Rasmus Kaj <kaj@raditex.se>
Cc:        <stable@FreeBSD.ORG>
Subject:   Re: C++ problem in sys/socket.h
Message-ID:  <Pine.GSO.4.30.0103160031130.10222-100000@nova.fnal.gov>
In-Reply-To: <84elvy5j91.fsf@frodo.sickla.raditex.se>

next in thread | previous in thread | raw e-mail | index | archive | help
> It seems that something has broken /usr/include/sys/socket.h for C++
> somewhere between my last update (which is 1.39.2.3) and bento's, both
> in -STABLE and -CURRENT.  Should it be fixed or is there a workaround?
>
> I did check through cvsweb, and sys/socket.h has some changes, but I
> don't see which of them is so harmful ...
>
> [1] http://people.freebsd.org/~fenner/errorlogs/rasmus@kaj.se.html

I got very similar errors compiling the mtr port before I grabbed the
latest updates to the ports tree.  It appears that in this case the fix
was to #include <sys/types.h> before sys/socket.h

  - Tim


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




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