fixed for OUTSEEK
This commit is contained in:
parent
0c4835caf3
commit
9288115a4d
|
@ -48,9 +48,7 @@ struct fil {
|
||||||
char *pnow;
|
char *pnow;
|
||||||
char *pbegin;
|
char *pbegin;
|
||||||
long currpos;
|
long currpos;
|
||||||
#ifndef OUTSEEK
|
|
||||||
int fd;
|
int fd;
|
||||||
#endif
|
|
||||||
char pbuf[WBUFSIZ];
|
char pbuf[WBUFSIZ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue