Date: Tue, 31 Aug 2004 04:44:25 GMT From: Val Polyakov <necro@digital-security.org> To: freebsd-gnats-submit@FreeBSD.org Subject: misc/71178: netinet/ip_proxy.h is broken Message-ID: <200408310444.i7V4iPlE042391@www.freebsd.org> Resent-Message-ID: <200408310450.i7V4oPZn081974@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 71178
>Category: misc
>Synopsis: netinet/ip_proxy.h is broken
>Confidential: no
>Severity: critical
>Priority: medium
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Tue Aug 31 04:50:24 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator: Val Polyakov
>Release: 5.2.1-RELEASE
>Organization:
>Environment:
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
>Description:
netinet/ip_proxy.h is broken
>How-To-Repeat:
simply #include <netinet/ip_proxy.h> and try to compile the src.
such as:
#include <stdio.h>
#include <netinet/ip_proxy.h>
main()
{
printf("hi\n");
}
if you try to compile that, it won't work. will give you a whole bunch of syntax errors in ip_proxy.h
>Fix:
i dont see any syntax errors there....
>Release-Note:
>Audit-Trail:
>Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408310444.i7V4iPlE042391>
