summaryrefslogtreecommitdiff
path: root/fileutils.h
diff options
context:
space:
mode:
authorPixel <Pixel>2002-05-06 13:23:08 +0000
committerPixel <Pixel>2002-05-06 13:23:08 +0000
commitf203ea857d735eec248e1ffbfbf65d2c37005c6e (patch)
tree023a500fbd6778220b4b5b3e109e45e00f39c755 /fileutils.h
parent03119248490d87f0c7f04c247955a3f75e169bfb (diff)
Daily commit...
Diffstat (limited to 'fileutils.h')
-rw-r--r--fileutils.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fileutils.h b/fileutils.h
index 6a37f7e..663c81e 100644
--- a/fileutils.h
+++ b/fileutils.h
@@ -24,7 +24,6 @@
#include <sys/stat.h>
#include <sys/types.h>
#include <fcntl.h>
-#include <unistd.h>
unsigned long filesize(FILE * f_iso);
void copy(FILE * s, FILE * d, long size);