aboutsummaryrefslogtreecommitdiff
path: root/shells/bash1/files/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'shells/bash1/files/patch-af')
-rw-r--r--shells/bash1/files/patch-af14
1 files changed, 14 insertions, 0 deletions
diff --git a/shells/bash1/files/patch-af b/shells/bash1/files/patch-af
new file mode 100644
index 000000000000..d13401281170
--- /dev/null
+++ b/shells/bash1/files/patch-af
@@ -0,0 +1,14 @@
+--- support/mksysdefs.orig Fri Aug 29 11:26:47 2003
++++ support/mksysdefs Fri Aug 29 11:27:59 2003
+@@ -415,7 +415,10 @@
+ echo "#endif /* HAVE_STRING_H */" >>$sysdefs
+ fi
+
+-file=varargs.h
++# varargs.h and it's var args support is deprecated in GCC 3.3,
++# and has been obsolete for a while. Assume VARARGS means
++# STDARG elsewhere in the code.
++file=stdarg.h
+ eval $findf
+ if [ -n "$found" ]; then
+ echo "" >>$sysdefs