CVSROOT: /cvs Module name: src Changes by: guent...@cvs.openbsd.org 2014/07/17 00:25:12
Modified files: sbin/mount : mount.c Log message: 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@