]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r317311,r317312,r319019:
authorngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 31 May 2017 08:40:46 +0000 (08:40 +0000)
committerngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 31 May 2017 08:40:46 +0000 (08:40 +0000)
commitf25127296ea8c78487e9e147010ebc183948ec3e
tree5e557573a63a77f2ee030214494eb35c9024e47b
parent38d5d6d45f37c446e56479345969f5af40a71fed
MFC r317311,r317312,r319019:

r317311:

Check for failures from getpagesize(3)

Return errno on failure, similar to the open(2) call above it.

CID: 1193753

r317312:

Fix type for `pagesize` to match the return type for getpagesize(3)
to fix the build

Pointyhat to: ngie

r319019:

Remove getpagesize(3) error checking added in r317312

getpagesize(3) no longer fails as of r317436.

git-svn-id: svn://svn.freebsd.org/base/stable/10@319303 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
lib/libgeom/geom_stats.c