summaryrefslogtreecommitdiff
path: root/editors/joe2/files/patch-vs.c
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-10-14 21:04:37 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-10-14 21:04:37 +0000
commitd53302acd5b899b77864d6772cfe94f9d016f836 (patch)
tree84520ee9ebdf1926eb9d9080b2318963df4bd438 /editors/joe2/files/patch-vs.c
parentUpdate to 0.99.6. (diff)
- Fix build on -current
Notes
Notes: svn path=/head/; revision=91245
Diffstat (limited to '')
-rw-r--r--editors/joe2/files/patch-vs.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/joe2/files/patch-vs.c b/editors/joe2/files/patch-vs.c
new file mode 100644
index 000000000000..324cbcab5835
--- /dev/null
+++ b/editors/joe2/files/patch-vs.c
@@ -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"