summaryrefslogtreecommitdiff
path: root/shells/bash2/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'shells/bash2/patches/patch-ae')
-rw-r--r--shells/bash2/patches/patch-ae10
1 files changed, 5 insertions, 5 deletions
diff --git a/shells/bash2/patches/patch-ae b/shells/bash2/patches/patch-ae
index 02898ca9723..8c2ebfed01e 100644
--- a/shells/bash2/patches/patch-ae
+++ b/shells/bash2/patches/patch-ae
@@ -1,13 +1,13 @@
-$NetBSD: patch-ae,v 1.5 2000/03/30 11:56:32 wiz Exp $
+$NetBSD: patch-ae,v 1.6 2002/11/25 04:18:48 schmonz Exp $
---- builtins/enable.def.orig Thu Aug 5 13:41:13 1999
-+++ builtins/enable.def Thu Mar 30 13:08:21 2000
-@@ -305,9 +305,16 @@
+--- builtins/enable.def.orig Fri Nov 22 22:16:40 2002
++++ builtins/enable.def
+@@ -314,9 +314,16 @@
name = list->word->word;
size = strlen (name);
+#ifdef __ELF__
- struct_name = xmalloc (size + 8);
+ struct_name = (char *)xmalloc (size + 8);
strcpy (struct_name, name);
strcpy (struct_name + size, "_struct");
+#else