From nobody  Mon Jun  1 21:32:26 1998
Received: (from nobody@localhost)
          by hub.freebsd.org (8.8.8/8.8.8) id VAA06173;
          Mon, 1 Jun 1998 21:32:26 -0700 (PDT)
          (envelope-from nobody)
Message-Id: <199806020432.VAA06173@hub.freebsd.org>
Date: Mon, 1 Jun 1998 21:32:26 -0700 (PDT)
From: dario@omny.com
To: freebsd-gnats-submit@freebsd.org
Subject: missing definitions for netinet/in.h include file
X-Send-Pr-Version: www-1.0

>Number:         6826
>Category:       kern
>Synopsis:       missing definitions for netinet/in.h include file
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun  1 21:40:00 PDT 1998
>Closed-Date:    Tue Jun 2 04:21:24 PDT 1998
>Last-Modified:  Tue Jun  2 04:21:58 PDT 1998
>Originator:     Dario Andrade Tinoco de Souza
>Release:        2.2.2
>Organization:
OMNY Interactive
>Environment:
FreeBSD myst.darius 2.2.2-RELEASE FreeBSD 2.2.2-RELEASE #0: Wed Oct  1 21:47:08 EST 1997     root@myst.darius:/usr/src/sys/compile/MYST.KERNEL  i386
>Description:
Missing U_CHAR, U_LONG, U_SHORT type definition for netinet/in.h when trying to compile PHP3.0 (a module for apache).
lines 129, 180, 182
>How-To-Repeat:
just try to compile it again!
>Fix:
typedef unsigned short u_short;
typedef unsigned long u_long;
typedef unsigned char u_char;

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: phk 
State-Changed-When: Tue Jun 2 04:21:24 PDT 1998 
State-Changed-Why:  
To pick up those types, include <sys/types.h> 
>Unformatted:
