+Wed Sep 13 10:56:00 1995 Keith Vetter (keithv@fusion.com)
+
+ * fcc_maybe.c: signed/unsigned mismatch.
+
Mon Sep 11 21:05:40 1995 Ezra Peisach <epeisach@kangaroo.mit.edu>
* fcc_maybe.c (krb5_fcc_open_file): use THREEPARAMOPEN instead of
}
/* Skip past the header info for now */
if (fcc_flen = htons(fcc_flen)) {
- if (read(fd, buf, fcc_flen) != fcc_flen) {
+ if ((krb5_ui_2) read(fd, buf, fcc_flen) != fcc_flen) {
(void) fcc_lock_file(data, fd, UNLOCK_IT);
(void) close(fd);
return KRB5_CCACHE_BADVNO;