X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=ucw%2Fconfig.h;h=a4768b721f073ed5c6e0769458ccd0c3d1244f00;hb=a6368763d08042207963c941b1c52b5fafcb0cb3;hp=ffe61fc9599522dde9d3c9e7d8d293b01b87b3b5;hpb=c8ffd6e3b4fc8fd6437c04282c357b2dc290bbbd;p=libucw.git diff --git a/ucw/config.h b/ucw/config.h index ffe61fc9..a4768b72 100644 --- a/ucw/config.h +++ b/ucw/config.h @@ -37,10 +37,11 @@ typedef uint64_t u64; /** Exactly 64 bits, unsigned **/ typedef int64_t s64; /** Exactly 64 bits, signed **/ typedef unsigned int uint; /** A better pronounceable alias for `unsigned int` **/ -// FIXME -// typedef uint uns; /** Backwards compatible alias for `uint' ***/ typedef s64 timestamp_t; /** Milliseconds since an unknown epoch **/ +// FIXME: This should be removed soon +typedef uint uns; /** Backwards compatible alias for `uint' ***/ + #ifdef CONFIG_UCW_LARGE_FILES typedef s64 ucw_off_t; /** File position (either 32- or 64-bit, depending on `CONFIG_UCW_LARGE_FILES`). **/ #else