[Devel] Re: [RFC][PATCH 2/7] UBC: core (structures, API)
Kirill Korotaev
dev at sw.ru
Thu Aug 17 04:42:36 PDT 2006
> Ar Mer, 2006-08-16 am 19:37 +0400, ysgrifennodd Kirill Korotaev:
>
>>+ * UB_MAXVALUE is essentially LONG_MAX declared in a cross-compiling safe form.
>>+ */
>>+#define UB_MAXVALUE ( (1UL << (sizeof(unsigned long)*8-1)) - 1)
>>+
>
>
> Whats wrong with using the kernels LONG_MAX ?
just historical code line which introduces UB_MAXVALUE independant of
cross-compiler/headers etc.
Will replace it.
Kirill
More information about the Devel
mailing list