summaryrefslogtreecommitdiff
path: root/comms/xtel/patches/patch-ad
blob: 26419536879781a75ccf79cf31dc94ceb2dbe3f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$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];