[2699] in Kerberos_V5_Development
Re: gcc on Rhapsody problem
daemon@ATHENA.MIT.EDU (Ezra Peisach)
Fri Nov 7 19:42:23 1997
To: Alexandra Ellwood <aellwood@MIT.EDU>
Cc: krbdev@MIT.EDU
In-Reply-To: Your message of "Fri, 07 Nov 1997 18:36:30 EST."
<199711072336.SAA15543@safety-pup.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.
So that's one fewer problem....
Ezra