- Fix build on -current
This commit is contained in:
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
11
editors/joe/files/patch-vs.c
Normal file
11
editors/joe/files/patch-vs.c
Normal 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"
|
11
editors/joe2/files/patch-vs.c
Normal file
11
editors/joe2/files/patch-vs.c
Normal 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"
|
Loading…
Reference in a new issue