fixed for OUTSEEK
authorceriel <none@none>
Mon, 29 Jan 1990 11:42:58 +0000 (11:42 +0000)
committerceriel <none@none>
Mon, 29 Jan 1990 11:42:58 +0000 (11:42 +0000)
modules/src/object/object.h

index 028b1db..0f87c4b 100644 (file)
@@ -48,9 +48,7 @@ struct fil {
        char    *pnow;
        char    *pbegin;
        long    currpos;
-#ifndef OUTSEEK
        int     fd;
-#endif
        char    pbuf[WBUFSIZ];
 };