freebsd-ports/sysutils/zisofs-tools/files/patch-compress.c
Pav Lucistnik 8c28316590 Add zisofs-tools, a set of tools for zisofs filesystem, an extension
of the ISO9660 filesystem that allows transparent compression of files,
as supported by recent Linux kernels (2.4.14 or later)

PR:		ports/60023
Submitted by:	chip <chip-set@mail.ru>
2003-12-07 22:11:23 +00:00

10 lines
225 B
C

--- compress.c.orig Mon Nov 24 13:26:57 2003
+++ compress.c Mon Nov 24 13:27:06 2003
@@ -13,6 +13,7 @@
#include <stdlib.h>
#include <stdio.h>
+#include <time.h>
#include <utime.h>
#include <unistd.h>
#include <zlib.h>