Convert the remaining callers of errmsg() to use strerror(), and remove
commitd5a4eec2fafcca0d0b28e72d40e49768d9e35cef
authorPeter Avalos <pavalos@dragonflybsd.org>
Sat, 6 Jan 2007 03:44:04 +0000 (6 03:44 +0000)
committerPeter Avalos <pavalos@dragonflybsd.org>
Sat, 6 Jan 2007 03:44:04 +0000 (6 03:44 +0000)
tree25a23d49b578b05b8fe747853ae2d15f57358bf0
parentf6c286fded8276b12f08c405e6c3e5c5db3f31d8
Convert the remaining callers of errmsg() to use strerror(), and remove
errmsg() and its table of error messages.

Remove some white space at EOL.

Restore "not found" error message when searching for (or executing)
a program fails because the file or a path component does not exist.

Remove dead code which supported systems without O_APPEND, O_CREAT or SIGTSTP.

Obtained-from:  FreeBSD
bin/sh/error.c
bin/sh/error.h
bin/sh/exec.c
bin/sh/redir.c