diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-09-27 23:28:10 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-09-27 23:28:10 +0000 |
commit | 61959d9b05bd2ea4913660c4c2d55d07e63cae23 (patch) | |
tree | 309d93d8080dcd8781a246362ec82924f50ce760 /shells | |
parent | Chase 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')
-rw-r--r-- | shells/bash1/files/patch-shell.c | 11 |
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" |