Hi,
when trying to install adasockets I got the following error message:

/usr/include/netinet/tcp.h:44: syntax error before "tcp_seq"
 /usr/include/netinet/tcp.h:44: warning: data definition has no type or 
storage 
 class
 /usr/include/netinet/tcp.h:45: syntax error before "tcp_cc"
 /usr/include/netinet/tcp.h:45: warning: data definition has no type or 
storage 
 class
 /usr/include/netinet/tcp.h:55: syntax error before "u_short"

I replaced #include <sys/cdefs.h> with #include <sys/types.h> to make it work.

Is this a bug?

//David Holm

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to