mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-10 13:03:41 -04:00
15 lines
644 B
Plaintext
15 lines
644 B
Plaintext
$NetBSD: patch-ab,v 1.2 2006/06/04 12:57:11 joerg Exp $
|
|
|
|
--- SRC/globals.h.orig 2000-12-12 07:24:12.000000000 +0000
|
|
+++ SRC/globals.h
|
|
@@ -245,8 +245,7 @@ static char globals_rcsid[]="$Id: global
|
|
*
|
|
*--------------------------------------------------*/
|
|
|
|
-extern int errno;
|
|
-#if !(defined(__linux__) && defined (__GLIBC__) && __GLIBC__ >=2) && !(defined(__FreeBSD__) & defined(__GNUC__) && __GNUC__ >=2)
|
|
+#if !(defined(__linux__) && defined (__GLIBC__) && __GLIBC__ >=2) && !(defined(__FreeBSD__) & defined(__GNUC__) && __GNUC__ >=2) && !defined(__NetBSD__) && !defined(__DragonFly__)
|
|
extern char *sys_errlist[];
|
|
#endif
|
|
#ifdef MAINPROGRAM
|