> Hekki, is the alpha big endian or little endian?
> #define ntohl(x) (x) > as the bits are the right way around in these machines already.
These are already taken care of in byteorder.h in the architecture-specific asm directories.
Kai