diff options
author | krion <krion@FreeBSD.org> | 2003-09-28 07:28:10 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-09-28 07:28:10 +0800 |
commit | eeb8d7cd037360431376d7df31990423065ed00d (patch) | |
tree | ab0ffcf88d6dfddf996fab4e32b368883531dc12 /shells | |
parent | d6a240fb4cc1b138f658b276d6bc8c47f6d24323 (diff) | |
download | freebsd-ports-gnome-eeb8d7cd037360431376d7df31990423065ed00d.tar.gz freebsd-ports-gnome-eeb8d7cd037360431376d7df31990423065ed00d.tar.zst freebsd-ports-gnome-eeb8d7cd037360431376d7df31990423065ed00d.zip |
- Fix build on -current
Reported by: kris via bento
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" |