Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Dec 2002 00:47:22 +0100
From:      David Holm <david@realityrift.com>
To:        current@freebsd.org
Subject:   netinet/tcp.h compile error
Message-ID:  <200212210047.22693.david@realityrift.com>

next in thread | raw e-mail | index | archive | help
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=20
storage=20
 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=20
storage=20
 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 majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200212210047.22693.david>