[4761] in Athena Bugs
Vax 6.4R krb_mk_req man page lists wrong cast
daemon@ATHENA.MIT.EDU (epeisach@ATHENA.MIT.EDU)
Sat Apr 14 11:30:17 1990
From: epeisach@ATHENA.MIT.EDU
Date: Sat, 14 Apr 90 11:30:07 -0400
To: bugs@ATHENA.MIT.EDU
Accordning to the krb_mk_req man page, the fifth argument should be of
type u_long. Lint picked up an inconsistancy and checking the sources
(kerberos/src/lib/krb/mk_req.c, showed that the sources lists this as a
long.
Either the man page of the sources should be changed to be consistant.