From: ceriel Date: Mon, 29 Jan 1990 11:42:58 +0000 (+0000) Subject: fixed for OUTSEEK X-Git-Tag: release-5-5~1858 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=9288115a4d7185f544ed2816ab6183dba61ca79f;p=ack.git fixed for OUTSEEK --- diff --git a/modules/src/object/object.h b/modules/src/object/object.h index 028b1db61..0f87c4b8d 100644 --- a/modules/src/object/object.h +++ b/modules/src/object/object.h @@ -48,9 +48,7 @@ struct fil { char *pnow; char *pbegin; long currpos; -#ifndef OUTSEEK int fd; -#endif char pbuf[WBUFSIZ]; };