/* $NetBSD$ */ /* Written by Manuel Bouyer. Public Domain */ #include /*ARGSUSED*/ u_int64_t bswap64(b64) u_int64_t b64; { return 0; }