freebsd-ports/www/w3c-httpd/files/patch-ab
Satoshi Asami fb953ffb5b Update, 3.0 -> 3.0A.
Submitted by:	Pedro Giffuni S. <m230761@ingenieria.ingsala.unal.edu.co>
1997-01-09 03:07:52 +00:00

23 lines
460 B
Plaintext

*** Library/Implementation/HTTCP.c.orig Mon Dec 30 12:20:05 1996
--- Library/Implementation/HTTCP.c Mon Dec 30 13:23:20 1996
***************
*** 113,118 ****
--- 113,119 ----
extern int errno;
#endif /* errno */
+ #if !(defined(BSD) && (BSD >= 199306))
#ifndef VM
#ifndef VMS
#ifndef NeXT
***************
*** 123,128 ****
--- 124,130 ----
#endif /* NeXT */
#endif /* VMS */
#endif /* VM */
+ #endif /* FreeBSD */
#endif /* PCNFS */