From 9288115a4d7185f544ed2816ab6183dba61ca79f Mon Sep 17 00:00:00 2001 From: ceriel Date: Mon, 29 Jan 1990 11:42:58 +0000 Subject: [PATCH] fixed for OUTSEEK --- modules/src/object/object.h | 2 -- 1 file changed, 2 deletions(-) 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]; }; -- 2.34.1