summaryrefslogtreecommitdiff
path: root/shells/es/patches/patch-ad
diff options
context:
space:
mode:
authoruebayasi <uebayasi>2004-02-26 07:47:48 +0000
committeruebayasi <uebayasi>2004-02-26 07:47:48 +0000
commit375b6248d03a8c8b1a7749686a15de067a1b0df2 (patch)
tree45c9a6f9a53719eabd6d13f5726fe30aa5ecb8a8 /shells/es/patches/patch-ad
parent81ab789243d4b6ee7ad958aee7e4f9872e9ece71 (diff)
downloadpkgsrc-375b6248d03a8c8b1a7749686a15de067a1b0df2.tar.gz
Split patch into pieces. Requested by Roland Illig.
Diffstat (limited to 'shells/es/patches/patch-ad')
-rw-r--r--shells/es/patches/patch-ad20
1 files changed, 20 insertions, 0 deletions
diff --git a/shells/es/patches/patch-ad b/shells/es/patches/patch-ad
new file mode 100644
index 00000000000..6caba1d3ff0
--- /dev/null
+++ b/shells/es/patches/patch-ad
@@ -0,0 +1,20 @@
+$NetBSD: patch-ad,v 1.1 2004/02/26 07:47:48 uebayasi Exp $
+
+--- stdenv.h~ Tue May 30 06:13:53 1995
++++ stdenv.h Thu Apr 10 09:32:22 1997
+@@ -283,6 +283,7 @@
+
+ /* stdlib */
+
++#if !defined(__FreeBSD__) && !defined(__NetBSD__) && !defined(__OpenBSD__)
+ extern noreturn exit(int);
+ extern noreturn abort(void);
+ extern long strtol(const char *num, char **end, int base);
+@@ -290,6 +291,7 @@
+ void *base, size_t nmemb, size_t size,
+ int (*compar)(const void *, const void *)
+ );
++#endif
+
+ /* setjmp */
+