blob: cdabfe8cbe51184ffe7e428f0f7ee64e9fd2baa5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$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 */
|