Marko Mikulicic wrote:

> -#if _FILE_OFFSET_BITS == 64
> +#if SIZEOF_OFF_T == SIZEOF_UNSIGNED_LONG_LONG
> # define FMT_OFFSET "%llu"
> # define CST_OFFSET unsigned long long
> -#else
> +#elif SIZEOF_OFF_T == SIZEOF_UNISGNED_LONG
> # define FMT_OFFSET "%lu"
> # define CST_OFFSET unsigned long
> +#else
> +# error unknown size of off_t
> #endif

  Your patch is now applied.

  Thanks Marko! :-)

--
Greetings, alo.
_______________________________________________
Cherokee mailing list
[email protected]
http://www.alobbs.com/cgi-bin/mailman/listinfo/cherokee

Reply via email to