From nobody@FreeBSD.org  Tue Aug 31 04:44:26 2004
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 2D44916A4CE
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 31 Aug 2004 04:44:26 +0000 (GMT)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 2475D43D3F
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 31 Aug 2004 04:44:26 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.12.11/8.12.11) with ESMTP id i7V4iQ0O042392
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 31 Aug 2004 04:44:26 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.12.11/8.12.11/Submit) id i7V4iPlE042391;
	Tue, 31 Aug 2004 04:44:25 GMT
	(envelope-from nobody)
Message-Id: <200408310444.i7V4iPlE042391@www.freebsd.org>
Date: Tue, 31 Aug 2004 04:44:25 GMT
From: Val Polyakov <necro@digital-security.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: netinet/ip_proxy.h is broken
X-Send-Pr-Version: www-2.3

>Number:         71178
>Category:       misc
>Synopsis:       netinet/ip_proxy.h is broken
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 31 04:50:24 GMT 2004
>Closed-Date:    Tue Aug 31 04:56:21 GMT 2004
>Last-Modified:  Tue Aug 31 04:56:21 GMT 2004
>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:
State-Changed-From-To: open->closed 
State-Changed-By: brooks 
State-Changed-When: Tue Aug 31 04:54:23 GMT 2004 
State-Changed-Why:  
Not a bug. 

As per standard practice, ip_proxy.h does not include every header 
required to make it compiled.  Doing so would generally accomplish 
nothing other then increasing compile time. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=71178 
>Unformatted:
