summaryrefslogtreecommitdiffstats
path: root/lib/libstand/stand.h
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-06-03 19:04:10 +0000
committersobomax <sobomax@FreeBSD.org>2002-06-03 19:04:10 +0000
commit1b3b69c6ec2172ac00b8b913d3d73499e8933cb8 (patch)
treee99b0a3113fd7e3acc62ca4c497770f7ca0e1632 /lib/libstand/stand.h
parent03744f08ef5427ee5821b9d673af0ce31ce965f2 (diff)
downloadFreeBSD-src-1b3b69c6ec2172ac00b8b913d3d73499e8933cb8.zip
FreeBSD-src-1b3b69c6ec2172ac00b8b913d3d73499e8933cb8.tar.gz
Correct bswap64() prototype.
Submitted by: glewis MFC after: 1 day (assuming that there is re's approval)
Diffstat (limited to 'lib/libstand/stand.h')
-rw-r--r--lib/libstand/stand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libstand/stand.h b/lib/libstand/stand.h
index c4b1fae..470d60b 100644
--- a/lib/libstand/stand.h
+++ b/lib/libstand/stand.h
@@ -342,7 +342,7 @@ static __inline u_long ulmin(u_long a, u_long b) { return (a < b ? a : b); }
/* swaps (undocumented, useful?) */
#ifdef __i386__
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
/* null functions for device/filesystem switches (undocumented) */
OpenPOWER on IntegriCloud