lseek was not declared
authorceriel <none@none>
Mon, 25 May 1987 17:45:57 +0000 (17:45 +0000)
committerceriel <none@none>
Mon, 25 May 1987 17:45:57 +0000 (17:45 +0000)
util/arch/archiver.c

index a306c22..21d788b 100644 (file)
@@ -38,7 +38,7 @@ long  tnum = 0;
 char   tstrtab[STRTABSZ];
 long   tssiz = 0;
 char   *malloc(), *strcpy(), *strncpy();
-long   tell();
+long   lseek();
 long   time();
 #endif AAL
 #else