2013-09-26 17:14:40 +02:00

25 lines
516 B
Plaintext

$NetBSD: patch-ab,v 1.2 1999/05/09 21:12:33 tron Exp $
*** 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 */