summaryrefslogtreecommitdiff
path: root/shells/bash1
diff options
context:
space:
mode:
Diffstat (limited to 'shells/bash1')
-rw-r--r--shells/bash1/files/patch-shell.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/shells/bash1/files/patch-shell.c b/shells/bash1/files/patch-shell.c
new file mode 100644
index 000000000000..10114e527055
--- /dev/null
+++ b/shells/bash1/files/patch-shell.c
@@ -0,0 +1,11 @@
+--- shell.c.orig Sun Sep 28 01:24:33 2003
++++ shell.c Sun Sep 28 01:25:16 2003
+@@ -43,7 +43,7 @@
+ #include "bashansi.h"
+
+ #if defined (HAVE_VARARGS_H)
+-#include <varargs.h>
++#include <stdarg.h>
+ #endif
+
+ #include "shell.h"