* cc_file.c (krb5_fcc_read): Remove const from fourth argument to
authorEzra Peisach <epeisach@mit.edu>
Wed, 10 Oct 2001 22:27:17 +0000 (22:27 +0000)
committerEzra Peisach <epeisach@mit.edu>
Wed, 10 Oct 2001 22:27:17 +0000 (22:27 +0000)
function to match prototype earlier in file.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13797 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/ccache/ChangeLog
src/lib/krb5/ccache/cc_file.c

index 8c7f508df37e69f758494f7a8bb05cbfc98cbc25..9e364dd4c4e7ecc006e5f86aa6d0f15eed325b85 100644 (file)
@@ -1,3 +1,8 @@
+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
index 68e1395e3c2aa20c07f4bdb89006831d9cd9bc96..6ce23aabde8499f6e2963bbc1bce47bf6d2a73a7 100644 (file)
@@ -305,7 +305,7 @@ krb5_fcc_read(context, id, buf, len)
    krb5_context context;
    krb5_ccache id;
    krb5_pointer buf;
-   const unsigned int len;
+   unsigned int len;
 {
      int ret;