- Fix build on -current

This commit is contained in:
Kirill Ponomarev 2003-10-14 21:04:37 +00:00
parent c1dee6c0b3
commit d53302acd5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=91245
2 changed files with 22 additions and 0 deletions

View file

@ -0,0 +1,11 @@
--- vs.c.orig Tue Oct 14 22:58:32 2003
+++ vs.c Tue Oct 14 22:58:52 2003
@@ -16,7 +16,7 @@
JOE; see the file COPYING. If not, write to the Free Software Foundation,
675 Mass Ave, Cambridge, MA 02139, USA. */
-#include <varargs.h>
+#include <stdarg.h>
#include "config.h"
#include "zstr.h"
#include "blocks.h"

View file

@ -0,0 +1,11 @@
--- vs.c.orig Tue Oct 14 22:58:32 2003
+++ vs.c Tue Oct 14 22:58:52 2003
@@ -16,7 +16,7 @@
JOE; see the file COPYING. If not, write to the Free Software Foundation,
675 Mass Ave, Cambridge, MA 02139, USA. */
-#include <varargs.h>
+#include <stdarg.h>
#include "config.h"
#include "zstr.h"
#include "blocks.h"