diff options
Diffstat (limited to 'comms/xtel/patches/patch-ac')
-rw-r--r-- | comms/xtel/patches/patch-ac | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/comms/xtel/patches/patch-ac b/comms/xtel/patches/patch-ac new file mode 100644 index 00000000000..16d8d6bf850 --- /dev/null +++ b/comms/xtel/patches/patch-ac @@ -0,0 +1,15 @@ +$NetBSD: patch-ac,v 1.1.1.1 2002/01/12 18:34:56 bouyer Exp $ + +--- global.h.orig Sat Jan 12 17:55:27 2002 ++++ global.h Sat Jan 12 17:55:44 2002 +@@ -204,8 +204,10 @@ + * Variables + */ + #ifndef __FreeBSD__ ++#ifndef __NetBSD__ + #ifndef __GLIBC__ + extern char *sys_errlist[]; ++#endif + #endif + #endif + |