[1988] in Kerberos-V5-bugs
unix errors reported by number instead of string
daemon@ATHENA.MIT.EDU (Scott Schwartz)
Tue Jun 11 22:38:23 1996
From: Scott Schwartz <schwartz@galapagos.cse.psu.edu>
To: krb5-bugs@MIT.EDU
Date: Tue, 11 Jun 1996 22:37:44 -0400
The following message is a courtesy copy of an article
that has been posted as well.
Isn't com_err supposed to handle errno?
; klist -k
Keytab name: /etc/v5srvtab
klist: Unknown code 13 while starting keytab scan
; grep 13 /usr/include/sys/errno.h
#define EACCES 13 /* Permission denied */
(krb5-beta6, SunOS 4.1.3, gcc)