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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to