fixed for OUTSEEK

This commit is contained in:
ceriel 1990-01-29 11:42:58 +00:00
parent 0c4835caf3
commit 9288115a4d

View file

@ -48,9 +48,7 @@ struct fil {
char *pnow;
char *pbegin;
long currpos;
#ifndef OUTSEEK
int fd;
#endif
char pbuf[WBUFSIZ];
};