From 312fe96bbd37db8608d3b002f5ffdbfe309c7cc2 Mon Sep 17 00:00:00 2001 From: ceriel Date: Mon, 25 May 1987 17:45:57 +0000 Subject: [PATCH] lseek was not declared --- util/arch/archiver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/arch/archiver.c b/util/arch/archiver.c index a306c22cc..21d788b89 100644 --- a/util/arch/archiver.c +++ b/util/arch/archiver.c @@ -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 -- 2.34.1