summaryrefslogtreecommitdiff
path: root/comms/xtel/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'comms/xtel/patches/patch-ac')
-rw-r--r--comms/xtel/patches/patch-ac20
1 files changed, 11 insertions, 9 deletions
diff --git a/comms/xtel/patches/patch-ac b/comms/xtel/patches/patch-ac
index 16d8d6bf850..1ea9327d773 100644
--- a/comms/xtel/patches/patch-ac
+++ b/comms/xtel/patches/patch-ac
@@ -1,15 +1,17 @@
-$NetBSD: patch-ac,v 1.1.1.1 2002/01/12 18:34:56 bouyer Exp $
+$NetBSD: patch-ac,v 1.2 2006/01/02 16:17:09 joerg Exp $
---- global.h.orig Sat Jan 12 17:55:27 2002
-+++ global.h Sat Jan 12 17:55:44 2002
-@@ -204,8 +204,10 @@
+--- global.h.orig 2001-02-10 23:58:59.000000000 +0000
++++ global.h
+@@ -203,11 +203,9 @@ char *build_name();
+ /*
* Variables
*/
- #ifndef __FreeBSD__
-+#ifndef __NetBSD__
- #ifndef __GLIBC__
+-#ifndef __FreeBSD__
+-#ifndef __GLIBC__
++#if !defined(__FreeBSD__) && !defined(__DragonFly__) && !defined(__NetBSD__) && !defined(__GLIBC__)
extern char *sys_errlist[];
-+#endif
- #endif
#endif
+-#endif
+ /* xtel.c */
+ #ifdef NO_NETWORK