Convert a couple calloc()s that were originally malloc()s to reallocarray()s.
authorguenther <guenther@openbsd.org>
Thu, 17 Jul 2014 06:25:12 +0000 (06:25 +0000)
committerguenther <guenther@openbsd.org>
Thu, 17 Jul 2014 06:25:12 +0000 (06:25 +0000)
commit49a0f3334283bf3ba819e3c05f791092e5bedd70
tree0fc7015ae1d1d2df973666d8d54dec461c99c8c6
parenta967dce822eabc8287b9c4d13dd0677bbf591b6d
Convert a couple calloc()s that were originally malloc()s to reallocarray()s.
The child after fork() should use _exit() instead of exit().
Fix comment typo.

ok millert@
sbin/mount/mount.c