summaryrefslogtreecommitdiff
path: root/shells/bash1
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-09-27 23:28:10 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-09-27 23:28:10 +0000
commit61959d9b05bd2ea4913660c4c2d55d07e63cae23 (patch)
tree309d93d8080dcd8781a246362ec82924f50ce760 /shells/bash1
parentChase distfile after QT update (diff)
- Fix build on -current
Reported by: kris via bento
Notes
Notes: svn path=/head/; revision=89588
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"