summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/getbsize.3
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2002-10-23 14:18:07 +0000
committermarkm <markm@FreeBSD.org>2002-10-23 14:18:07 +0000
commit372be1a3e11c2a1c5995fdc5ef84e8a49d9977b7 (patch)
treeb1203308ef2b90cb5132ff12865e836ca32e84df /lib/libc/gen/getbsize.3
parent97ccd4c7eb50cf3bc89cb6cbd22676b5628e37f9 (diff)
downloadFreeBSD-src-372be1a3e11c2a1c5995fdc5ef84e8a49d9977b7.zip
FreeBSD-src-372be1a3e11c2a1c5995fdc5ef84e8a49d9977b7.tar.gz
Make the first argument of getbsize a size_t* instead of an int*, as this is what the quantity actually is. Fix an easy const while I'm here.
Diffstat (limited to 'lib/libc/gen/getbsize.3')
-rw-r--r--lib/libc/gen/getbsize.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/getbsize.3 b/lib/libc/gen/getbsize.3
index cbf4863..f91f8ba 100644
--- a/lib/libc/gen/getbsize.3
+++ b/lib/libc/gen/getbsize.3
@@ -43,7 +43,7 @@
.Sh SYNOPSIS
.In stdlib.h
.Ft char *
-.Fn getbsize "int *headerlenp" "long *blocksizep"
+.Fn getbsize "size_t *headerlenp" "long *blocksizep"
.Sh DESCRIPTION
The
.Fn getbsize
OpenPOWER on IntegriCloud