]> git.saurik.com Git - apple/boot.git/blobdiff - gen/rcz/rcz_decompress_file.c
boot-122.tar.gz
[apple/boot.git] / gen / rcz / rcz_decompress_file.c
index 0d947b000a3d486ad936dfa381e05c211a93d639..d47abbd57d6920c3e363e0b140267b886f754c21 100644 (file)
    
  */
 
-#import "rcz_common.h"
-
+#include "rcz_common.h"
+#include <stdlib.h>
+#include <unistd.h>
 static unsigned short que[QLEN];
  
 #define REWIND -1
 
-extern int read(int fd, char *buf, int len);
+// extern int read(int fd, char *buf, int len);
+extern int  b_lseek(int fdesc, unsigned int addr, int ptr);
 
 static unsigned char *buf;
 static int buf_count;
@@ -115,7 +117,7 @@ rcz_decompress_file(
 {
     unsigned int c, j, k, jmatch, jabove;
     int length;
-    unsigned int even_length, word, token, version;
+    unsigned int even_length, word, token;
     unsigned char *outorigin = out;
 
     length = rcz_file_size(in_fd);