You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Rob Hartill <ha...@hyperreal.com> on 1995/08/22 01:23:37 UTC

fix for BSDI 1.1 (fwd)

Forwarded message:
> From jsd@cyborganic.com  Mon Aug 21 16:04:55 1995
> Date: Mon, 21 Aug 1995 16:04:30 -0700
> Message-Id: <ac5e5fe20402100391cc@[140.174.95.102]>
> Mime-Version: 1.0
> Content-Type: text/plain; charset="us-ascii"
> To: apache-bugs@apache.org
> From: jsd@cyborganic.com (Jon Drukman)
> Subject: fix for BSDI 1.1
> 
> in the file rfc931.c, the following bit of code
> 
> /* System libraries. */
> 
> #include <stdio.h>
> #include <syslog.h>
> #include <sys/types.h>
> #ifndef ULTRIX_BRAIN_DEATH
> #include <sys/socket.h>
> #endif
> #include <netinet/in.h>
> #include <setjmp.h>
> #include <signal.h>
> #ifndef NEXT
> #include <unistd.h>
> #endif
> 
> causes problems on BSDI 1.1  the solution is comment out #include <netinet/in.h>
> 
> if you do this, it compiles without so much as a warning...
> 
> maybe you can ifdef it or something.
> 
> 
> --
> Name:  Jon
> Email: jsd@cyborganic.com
> Web:   http://www.cyborganic.com/People/jsd
> 
> 
>