Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Jan 2002 00:12:07 -0800 (PST)
From:      Gautham Ganapathy <gauthamg123@yahoo.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   i386/34399: Undefined datatypes in netinet headers
Message-ID:  <200201290812.g0T8C7N95798@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         34399
>Category:       i386
>Synopsis:       Undefined datatypes in netinet headers
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 29 00:20:01 PST 2002
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200201290812.g0T8C7N95798>