From nobody@FreeBSD.org  Tue Jan 29 00:12:07 2002
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id 5A46D37B404
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 29 Jan 2002 00:12:07 -0800 (PST)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.11.6/8.11.6) id g0T8C7N95798;
	Tue, 29 Jan 2002 00:12:07 -0800 (PST)
	(envelope-from nobody)
Message-Id: <200201290812.g0T8C7N95798@freefall.freebsd.org>
Date: Tue, 29 Jan 2002 00:12:07 -0800 (PST)
From: Gautham Ganapathy <gauthamg123@yahoo.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Undefined datatypes in netinet headers
X-Send-Pr-Version: www-1.0

>Number:         34399
>Category:       i386
>Synopsis:       Undefined datatypes in netinet headers
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 29 00:20:01 PST 2002
>Closed-Date:    Wed Apr 10 13:37:43 PDT 2002
>Last-Modified:  Wed Apr 10 13:37:43 PDT 2002
>Originator:     Gautham Ganapathy
>Release:        4.3-RELEASE (April 2001 WindRiver CDROM)
>Organization:
>Environment:
FreeBSD 4.3-Release, i386, 
(Not on my system right now)
>Description:
The ip_icmp.h and tcp.h headers in /usr/include/netinet contain two datatypes n_short and n_time which are not defined in the header or any of it's dependencies. It is also not present in sys/types.h.
>How-To-Repeat:
Include <sys/types.h> folllowed by <netinet/ip_icmp.h>. Compile. An error will occur for each of the occurences of the absent data types
>Fix:
Include these datatypes or replace them
n_short = unsigned short
n_time = unsigned long    
>Release-Note:
>Audit-Trail:

From: Makoto Matsushita <matusita@jp.FreeBSD.org>
To: gauthamg123@yahoo.com
Cc: bug-followup@freebsd.org
Subject: Re: i386/34399: Undefined datatypes in netinet headers
Date: Tue, 29 Jan 2002 17:48:23 +0900

 Oops, mistyped... sorry.
 
 gauthamg123> The ip_icmp.h and tcp.h headers in /usr/include/netinet
 gauthamg123> contain two datatypes n_short and n_time which are not
 gauthamg123> defined in the header or any of it's dependencies. It is
 gauthamg123> also not present in sys/types.h.
 
 Include <netinet/in_systm.h>.
 
 -- -
 Makoto `MAR' Matsushita

From: Hiten Pandya <hiten@uk.FreeBSD.org>
To: bug-followup@FreeBSD.org
Cc: gauthamg123@yahoo.com
Subject: re: i386/34399 (close request)
Date: Wed, 30 Jan 2002 08:38:16 +0000

 I beleive this PR can be closed, as the issue was resolved,
 by including <netinet/in_systm.h> header file.  This fix
 was suggested by Makoto Matsushita.
 
 regards,
  - Hiten
  - <hiten@uk.FreeBSD.org>
State-Changed-From-To: open->feedback 
State-Changed-By: dwmalone 
State-Changed-When: Wed Jan 30 02:13:52 PST 2002 
State-Changed-Why:  
As Hiten and Makoto Matsushita suggest, including netinet/in_systm.h 
should help. Can you confirm this so that we can close the PR? 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=34399 

From: "Hiten Pandya" <hitmaster@mysun.com>
To: gauthamg123@yahoo.com
Cc: bug-followup@FreeBSD.org
Subject: Re: i386/34399 datatypes in netinet headers)
Date: Wed, 10 Apr 2002 04:29:41 GMT

 I think the originator has forgotten about this problem report, and
 I am pretty sure, that we can proceed with the close.
 
 -- 
 Hiten Pandya
 Finger hiten@storm.uk.FreeBSD.org for PGP public key
 --- 4FB9 C4A9 4925 CF97 9BF3  ADDA 861D 5DBD E4E3 03C3 ---
 
State-Changed-From-To: feedback->closed 
State-Changed-By: dwmalone 
State-Changed-When: Wed Apr 10 13:35:56 PDT 2002 
State-Changed-Why:  
Issue seems to be resolved by including some extra headers. 

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