diff options
author | Peter Wemm <peter@FreeBSD.org> | 2003-10-23 02:29:44 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 2003-10-23 02:29:44 +0000 |
commit | 4cae726e0c25828057079bcdf5a19b57f2ffc1e2 (patch) | |
tree | 856fcd7b1362c226f3b4e7ee713504f3938ea9e7 /x11/xloadimage | |
parent | 50439ed0fac57f52a76a6a798d07f2f5bb6714b3 (diff) |
Notes
Diffstat (limited to 'x11/xloadimage')
-rw-r--r-- | x11/xloadimage/files/patch-rlelib.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11/xloadimage/files/patch-rlelib.c b/x11/xloadimage/files/patch-rlelib.c new file mode 100644 index 000000000000..7a11550ed960 --- /dev/null +++ b/x11/xloadimage/files/patch-rlelib.c @@ -0,0 +1,10 @@ +--- rlelib.c.base Wed Oct 22 17:20:09 2003 ++++ rlelib.c Wed Oct 22 17:18:30 2003 +@@ -12,7 +12,6 @@ + + #include <stdio.h> + #include <math.h> +-#include <varargs.h> + #include <ctype.h> + + #include "image.h" /* need ZFILE definition */ |