From owner-freebsd-current Wed Aug 15 6: 1:17 2001 Delivered-To: freebsd-current@freebsd.org Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by hub.freebsd.org (Postfix) with ESMTP id 7CFA237B40C; Wed, 15 Aug 2001 06:01:11 -0700 (PDT) (envelope-from ache@nagual.pp.ru) Received: (from ache@localhost) by nagual.pp.ru (8.11.4/8.11.4) id f7FD13U21704; Wed, 15 Aug 2001 17:01:03 +0400 (MSD) (envelope-from ache) Date: Wed, 15 Aug 2001 17:01:01 +0400 From: "Andrey A. Chernov" To: Bruce Evans Cc: arch@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: CFR: lseek() POSIXed patch Message-ID: <20010815170059.A21406@nagual.pp.ru> References: <20010815125248.A2588@nagual.pp.ru> <20010815190108.J19482-100000@besplex.bde.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20010815190108.J19482-100000@besplex.bde.org> User-Agent: Mutt/1.3.20i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Aug 15, 2001 at 20:15:21 +1000, Bruce Evans wrote: > Something like: > > #define OFF_T_MAX 0x7FFFFFFFFFFFFFFF /* XXX */ > #define OFF_T_MIN (-0x7FFFFFFFFFFFFFFF - 1) /* XXX */ It seems that this defines often needed in many places. What about adding them to /usr/include/machine/limits.h ? Is 0x7fffffffffffffffLL form will be better (i.e. long long)? For other things you mention: I'll try to resolve them. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message