Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Jun 1998 21:32:26 -0700 (PDT)
From:      dario@omny.com
To:        freebsd-gnats-submit@FreeBSD.ORG
Subject:   kern/6826: missing definitions for netinet/in.h include file
Message-ID:  <199806020432.VAA06173@hub.freebsd.org>

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

>Number:         6826
>Category:       kern
>Synopsis:       missing definitions for netinet/in.h include file
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun  1 21:40:00 PDT 1998
>Last-Modified:
>Originator:     Dario Andrade Tinoco de Souza
>Organization:
OMNY Interactive
>Release:        2.2.2
>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;

>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?199806020432.VAA06173>