> 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/~[EMAIL PROTECTED]
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 [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message