Convert the remaining callers of errmsg() to use strerror(), and remove
authorPeter Avalos <pavalos@dragonflybsd.org>
Sat, 6 Jan 2007 03:44:04 +0000 (03:44 +0000)
committerPeter Avalos <pavalos@dragonflybsd.org>
Sat, 6 Jan 2007 03:44:04 +0000 (03:44 +0000)
commit010f768987cab80c4ea5ca780d1ebc6df30bacba
tree90eaf21e45152084ec6d0e00b6ce40dddf3806b6
parentd2a6c39fc9d01e8b5330a7b770924ad7134becf3
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