pkgsrc/comms/xtel/patches/patch-ad

17 lines
511 B
Text

$NetBSD: patch-ad,v 1.2 2006/01/02 16:17:09 joerg Exp $
--- globald.h.orig 1999-04-09 08:07:59.000000000 +0000
+++ globald.h
@@ -33,11 +33,9 @@ typedef char Boolean;
/*
* Variables
*/
-#ifndef __FreeBSD__
-#ifndef __GLIBC__
+#if !defined(__FreeBSD__) && !defined(__DragonFly__) && !defined(__NetBSD__) && !defined(__GLIBC__)
extern char *sys_errlist[];
#endif
-#endif
EXTERN struct definition_ligne definition_lignes[MAX_LIGNES];
EXTERN struct definition_service definition_services[MAX_SERVICES];