ports/shells/bash1/files/patch-shell.c
Kirill Ponomarev 61959d9b05 - Fix build on -current
Reported by:	kris via bento
2003-09-27 23:28:10 +00:00

12 lines
225 B
C

--- 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"