Convert the remaining callers of errmsg() to use strerror(), and remove
commitb24d0cbaddb379e8e72f427f5977293d836a8239
authorpavalos <pavalos>
Sat, 6 Jan 2007 03:44:04 +0000 (6 03:44 +0000)
committerpavalos <pavalos>
Sat, 6 Jan 2007 03:44:04 +0000 (6 03:44 +0000)
tree8f82e31af561dedbddcdb05ad7ecc1b1a75b86d8
parent2f613eab868d5e543f8fc99c6f2d5e3deb06c828
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