1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/www/w3c-httpd/files/patch-ab

23 lines
460 B
Plaintext
Raw Normal View History

*** 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 */