mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
fb953ffb5b
Submitted by: Pedro Giffuni S. <m230761@ingenieria.ingsala.unal.edu.co>
23 lines
460 B
Plaintext
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 */
|
|
|