Use error_message(errno) instead of using sys_errlist[errno]. This
authorTheodore Tso <tytso@mit.edu>
Fri, 7 Nov 1997 03:25:40 +0000 (03:25 +0000)
committerTheodore Tso <tytso@mit.edu>
Fri, 7 Nov 1997 03:25:40 +0000 (03:25 +0000)
commitcee56f85cc1f5189fe0de7e00c5c9ca7124cfa18
tree26b1ac153b4ee5ee107b7068a7cc4b4e06b7bbb5
parent4e83c2369a9f674cfacd0a1f6ba4d35d276b7b81
Use error_message(errno) instead of using sys_errlist[errno].  This
avoids the hair of deciding whether or not we need to declare
sys_errlist or use strerror(), etc., since com_err has all of that
complexity anyway.  Also fixed lots of -Wall nits.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10268 dc483132-0cff-0310-8789-dd5450dbe970
src/appl/bsd/ChangeLog
src/appl/bsd/v4rcp.c