From owner-freebsd-arch@FreeBSD.ORG Tue Aug 31 04:32:00 2004 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DFBD16A4F6 for ; Tue, 31 Aug 2004 04:32:00 +0000 (GMT) Received: from digital-security.org (digital-security.org [216.254.116.252]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5410143D46 for ; Tue, 31 Aug 2004 04:32:00 +0000 (GMT) (envelope-from necro@digital-security.org) Received: from digital-security.org ([216.254.116.252] ident=necro) by digital-security.org with esmtp (Exim 4.41 (FreeBSD)) id 1C1yp8-0001kR-0T for freebsd-arch@freebsd.org; Mon, 30 Aug 2004 22:56:43 -0400 Date: Mon, 30 Aug 2004 22:56:40 -0400 (EDT) From: Val Polyakov To: freebsd-arch@freebsd.org Message-ID: <20040830225401.Y6704@digital-security.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Score: 0.0 (/) X-Spam-Report: Spam detection software, running on the system "digital-security.org", hasmessageblock similar future email. If you have any questions, see the administrator of that system for details. Content preview: Hi, again not very sure where to send this to.. so forgive me if it's a wrong place below is a transcript of the weirdness. I think netinet/ip_proxy.h is broke. :) Val [...] Content analysis details: (0.0 points, 3.0 required) pts rule name description -------------------------------------------------- 0.0 AWL AWL: Auto-whitelist adjustment Subject: ip_proxy.h weirdness X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Aug 2004 04:32:00 -0000 Hi, again not very sure where to send this to.. so forgive me if it's a wrong place below is a transcript of the weirdness. I think netinet/ip_proxy.h is broke. :) Val ---------------------------------------------------------- digital-security# uname -a FreeBSD digital-security.org 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #2: Sun Aug 29 14:30:57 EDT 2004 necro@digital-security.org:/usr/src/sys/i386/compile/THRILLKILLCULT i386 digital-security# cat hello.c #include #include main() { printf("hi\n"); } digital-security# gcc -o hello hello.c In file included from hello.c:2: /usr/include/netinet/ip_proxy.h:26: error: syntax error before "u_short" /usr/include/netinet/ip_proxy.h:30: error: syntax error before "tcp_seq" /usr/include/netinet/ip_proxy.h:32: error: syntax error before "tcp_seq" /usr/include/netinet/ip_proxy.h:37: error: syntax error before "u_short" /usr/include/netinet/ip_proxy.h:47: error: syntax error before "u_int" /usr/include/netinet/ip_proxy.h:71: error: syntax error before "u_char" /usr/include/netinet/ip_proxy.h:76: error: syntax error before '*' token /usr/include/netinet/ip_proxy.h:79: error: syntax error before '*' token /usr/include/netinet/ip_proxy.h:81: error: syntax error before '*' token /usr/include/netinet/ip_proxy.h:83: error: syntax error before '*' token /usr/include/netinet/ip_proxy.h:99: error: syntax error before "u_32_t" /usr/include/netinet/ip_proxy.h:125: error: syntax error before "u_short" /usr/include/netinet/ip_proxy.h:129: error: syntax error before "u_32_t" /usr/include/netinet/ip_proxy.h:147: error: syntax error before "ipsec_cookie_t" /usr/include/netinet/ip_proxy.h:150: error: syntax error before "ipsec_cookie_t" /usr/include/netinet/ip_proxy.h:153: error: syntax error before "ipnat_t" /usr/include/netinet/ip_proxy.h:167: error: syntax error before '*' token /usr/include/netinet/ip_proxy.h:168: error: syntax error before '*' token /usr/include/netinet/ip_proxy.h:171: error: syntax error before '*' token /usr/include/netinet/ip_proxy.h:172: error: syntax error before "char" /usr/include/netinet/ip_proxy.h:173: error: syntax error before '*' token digital-security#