freebsd-ports/sysutils/zisofs-tools/files/patch-walk.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
237 B
C

--- walk.c.orig Mon Nov 24 13:25:24 2003
+++ walk.c Mon Nov 24 13:25:40 2003
@@ -20,6 +20,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <limits.h>
+#include <time.h>
#include <utime.h>
#include <string.h>
#include <errno.h>