Date: Wed, 15 Aug 2001 17:01:01 +0400 From: "Andrey A. Chernov" <ache@nagual.pp.ru> To: Bruce Evans <bde@zeta.org.au> Cc: arch@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: CFR: lseek() POSIXed patch Message-ID: <20010815170059.A21406@nagual.pp.ru> In-Reply-To: <20010815190108.J19482-100000@besplex.bde.org> References: <20010815125248.A2588@nagual.pp.ru> <20010815190108.J19482-100000@besplex.bde.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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-arch" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010815170059.A21406>