On Tue, Jan 24, 2017 at 07:33:25PM -0700, Theo Buehler wrote: > CVSROOT: /cvs > Module name: src > Changes by: t...@cvs.openbsd.org 2017/01/24 19:33:25 > > Modified files: > sbin/mount : mount.c > > Log message: > Some simple cleanup: > > * check strdup for malloc failure > * remove obvious /* NOTREACHED */ > * return instead of exit from main > * err(1, NULL) instead of err(1, "malloc") > * mark usage as __dead > > ok deraadt >
also ok jung