--- pgp/src/zfile_io.c 2018/04/24 16:41:11 1.1.1.4 +++ pgp/src/zfile_io.c 2018/04/24 16:45:40 1.1.1.6 @@ -78,9 +78,15 @@ UWORD *x; * * Returns 0 on success, non-zero on error. */ +#ifdef MACTC5 +int eofonce = 0; +#endif + int FillInBuf() { +#ifndef MACTC5 static int eofonce = 0; +#endif incnt = read(zipfd, (char *)inbuf, INBUFSIZ);