ntohl actually takes and return a u32
> # define ntohl(x) ((unsigned long)(x))
so ((u32)(x)). Yes confusing nomenclature but then nobody believed 64bit computers
would happen, 36 bit have been proved to be too many
Alan
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/