http: fix warning when sizeof(off_t) == sizeof(long long)
commit0aad9def275bff7a73532b77d44101df7338f053
authorEric Wong <normalperson@yhbt.net>
Sat, 15 Aug 2009 04:03:42 +0000 (14 21:03 -0700)
committerEric Wong <normalperson@yhbt.net>
Sat, 15 Aug 2009 09:38:47 +0000 (15 02:38 -0700)
treebd5c808bacaf1c9652cf69aa41ba5a391f7bdf68
parent6096fc8d0c5e61a4342d5ccd0ff9df0213e8c062
http: fix warning when sizeof(off_t) == sizeof(long long)

We need to declare constants for 64-bit off_t explicitly with
the "LL" suffix on 32-bit machines.
ext/unicorn_http/c_util.h