]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Make the first argument of getbsize a size_t* instead of an int*, as this is what...
authormarkm <markm@FreeBSD.org>
Wed, 23 Oct 2002 14:18:07 +0000 (14:18 +0000)
committermarkm <markm@FreeBSD.org>
Wed, 23 Oct 2002 14:18:07 +0000 (14:18 +0000)
commit372be1a3e11c2a1c5995fdc5ef84e8a49d9977b7
treeb1203308ef2b90cb5132ff12865e836ca32e84df
parent97ccd4c7eb50cf3bc89cb6cbd22676b5628e37f9
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.
include/stdlib.h
lib/libc/gen/getbsize.3
lib/libc/gen/getbsize.c