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
237 B
C
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>
|