freebsd-ports/misc/magicpoint/files/patch-rlelib.c
Dirk Meyer 25edadfb9b - fix warnings
- make portlint happier
2017-02-18 09:59:30 +00:00

11 lines
204 B
C

--- image/rlelib.c.orig 2007-05-17 16:47:33 UTC
+++ image/rlelib.c
@@ -13,7 +13,7 @@
#include <stdio.h>
#include <math.h>
#if 0
-#include <varargs.h>
+#include <stdarg.h>
#endif
#include <ctype.h>