ports/sysutils/ciso/files/patch-ciso.c
John Marino c61d8f4abe sysutils/ciso: unbreak, de-deprecate
I mistaken thought Rodrigo was the maintainer of ciso.  He straightened that
out.  Vasiliy, the maintainer, states that ciso in practical terms is still the
latest version, and provided a patch to fix the fetch breakage.  The expiration
and deprecation has been removed.

PR:		181558
Submitted by:	blttll (Vasiliy the maintainer)
2013-09-10 09:08:24 +00:00

10 lines
269 B
C

--- ciso.c-orig 2013-09-08 13:47:13.000000000 +0000
+++ ciso.c 2013-09-08 13:48:03.000000000 +0000
@@ -24,6 +24,7 @@
#include <stdlib.h>
#include <zlib.h> /* /usr(/local)/include/zlib.h */
#include <zconf.h>
+#include <string.h>
#include "ciso.h"