forked from Lainports/freebsd-ports
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>
10 lines
225 B
C
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>
|