[2702] in Kerberos_V5_Development
Re: gcc on Rhapsody problem
daemon@ATHENA.MIT.EDU (Theodore Y. Ts'o)
Sat Nov 8 11:15:23 1997
Date: Sat, 8 Nov 1997 11:15:11 -0500
From: "Theodore Y. Ts'o" <tytso@MIT.EDU>
To: Ezra Peisach <epeisach@MIT.EDU>
Cc: Alexandra Ellwood <aellwood@MIT.EDU>, krbdev@MIT.EDU
In-Reply-To: Ezra Peisach's message of Fri, 07 Nov 1997 19:41:57 EST,
<9711080041.AA12780@kangaroo.mit.edu>
Date: Fri, 07 Nov 1997 19:41:57 EST
From: Ezra Peisach <epeisach@MIT.EDU>
You may simply want to pick up newer appl/bsd/v4rcp.c....
Ted checked in a change yesterday...
* v4rcp.c: 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.
I'll give you three guesses why I checked this in yesterday, and the
first two don't count. :-)
- Ted