function to match prototype earlier in file.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13797
dc483132-0cff-0310-8789-
dd5450dbe970
+2001-10-10 Ezra Peisach <epeisach@mit.edu>
+
+ * cc_file.c (krb5_fcc_read): Remove const from fourth argument to
+ function to match prototype earlier in file.
+
2001-10-09 Ken Raeburn <raeburn@mit.edu>
* cc_file.c, cc_memory.c, cc_stdio.c, ser_cc.c: Make prototypes
krb5_context context;
krb5_ccache id;
krb5_pointer buf;
- const unsigned int len;
+ unsigned int len;
{
int ret;