From owner-freebsd-current Fri Dec 20 15:47:36 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC4FC37B401 for ; Fri, 20 Dec 2002 15:47:34 -0800 (PST) Received: from mailc.telia.com (mailc.telia.com [194.22.190.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BCDE43EDE for ; Fri, 20 Dec 2002 15:47:34 -0800 (PST) (envelope-from david@realityrift.com) Received: from d1o836.telia.com (d1o836.telia.com [213.65.240.241]) by mailc.telia.com (8.12.5/8.12.5) with ESMTP id gBKNlXKh009498 for ; Sat, 21 Dec 2002 00:47:33 +0100 (CET) X-Original-Recipient: Received: from rift.ath.cx (h23n2fls32o836.telia.com [217.208.105.23]) by d1o836.telia.com (8.10.2/8.10.1) with ESMTP id gBKNlW604858 for ; Sat, 21 Dec 2002 00:47:32 +0100 (CET) Content-Type: text/plain; charset="us-ascii" From: David Holm To: current@freebsd.org Subject: netinet/tcp.h compile error Date: Sat, 21 Dec 2002 00:47:22 +0100 User-Agent: KMail/1.4.3 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200212210047.22693.david@realityrift.com> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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 with #include 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