projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e39292
)
Attempt to fix libc compiling error regarding off_t
author
Glenn L McGrath
<bug1@ihug.co.nz>
Sat, 27 Oct 2001 13:14:52 +0000
(13:14 -0000)
committer
Glenn L McGrath
<bug1@ihug.co.nz>
Sat, 27 Oct 2001 13:14:52 +0000
(13:14 -0000)
archival/libunarchive/seek_sub_file.c
patch
|
blob
|
history
diff --git
a/archival/libunarchive/seek_sub_file.c
b/archival/libunarchive/seek_sub_file.c
index 76cc0bc0c06fa898729e8f9b76c623a901cb1f73..72a3754bc1097392e94e6a2f2ecbe9f943bc328f 100644
(file)
--- a/
archival/libunarchive/seek_sub_file.c
+++ b/
archival/libunarchive/seek_sub_file.c
@@
-17,6
+17,7
@@
#include <stdio.h>
#include <errno.h>
#include <stdlib.h>
+#include <unistd.h>
off_t archive_offset;