pkgsrc/comms/kermit/patches/patch-ac
joerg 1ec06b074e Add read-ahead hack for DragonFly, manually casting to the "public"
version of FILE. Kids, don't try that at home.

Fix errno.
2005-12-18 23:15:43 +00:00

12 lines
405 B
Text

$NetBSD: patch-ac,v 1.8 2005/12/18 23:15:43 joerg Exp $
--- ckcdeb.h.orig 2005-12-18 22:51:39.000000000 +0000
+++ ckcdeb.h
@@ -4481,7 +4481,6 @@ extern int errno;
The following declaration would cause problems for VMS and OS/2, in which
errno is an "extern volatile int noshare"...
*/
- extern int errno; /* Needed by most modules. */
#endif /* __GLIBC__ */
#endif /* OS2 */
#endif /* VMS */