Correct bswap64() prototype.
Submitted by: glewis MFC after: 1 day (assuming that there is re's approval)
This commit is contained in:
parent
7502c92ec5
commit
a6e203d83e
@ -342,7 +342,7 @@ static __inline u_long ulmin(u_long a, u_long b) { return (a < b ? a : b); }
|
|||||||
/* swaps (undocumented, useful?) */
|
/* swaps (undocumented, useful?) */
|
||||||
#ifdef __i386__
|
#ifdef __i386__
|
||||||
extern u_int32_t bswap32(u_int32_t x);
|
extern u_int32_t bswap32(u_int32_t x);
|
||||||
extern u_int64_t bswap64(u_int32_t x);
|
extern u_int64_t bswap64(u_int64_t x);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* null functions for device/filesystem switches (undocumented) */
|
/* null functions for device/filesystem switches (undocumented) */
|
||||||
|
Loading…
Reference in New Issue
Block a user