summaryrefslogtreecommitdiff
path: root/shells/es/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'shells/es/patches/patch-ad')
-rw-r--r--shells/es/patches/patch-ad4
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/es/patches/patch-ad b/shells/es/patches/patch-ad
index 02e214066be..4c98ae1b5c8 100644
--- a/shells/es/patches/patch-ad
+++ b/shells/es/patches/patch-ad
@@ -1,4 +1,4 @@
-$NetBSD: patch-ad,v 1.2 2004/02/26 09:34:43 uebayasi Exp $
+$NetBSD: patch-ad,v 1.3 2005/01/25 04:46:29 tv Exp $
--- stdenv.h.orig 1995-05-30 13:13:53.000000000 +0200
+++ stdenv.h 2004-02-26 09:51:16.000000000 +0100
@@ -16,7 +16,7 @@ $NetBSD: patch-ad,v 1.2 2004/02/26 09:34:43 uebayasi Exp $
/* stdlib */
-+#if !defined(__FreeBSD__) && !defined(__NetBSD__) && !defined(__OpenBSD__)
++#if !defined(__FreeBSD__) && !defined(__NetBSD__) && !defined(__OpenBSD__) && !defined(__INTERIX)
extern noreturn exit(int);
extern noreturn abort(void);
extern long strtol(const char *num, char **end, int base);