need local var to be const
authorJohn Kohl <jtkohl@mit.edu>
Wed, 13 Mar 1991 09:54:43 +0000 (09:54 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Wed, 13 Mar 1991 09:54:43 +0000 (09:54 +0000)
fix copyrights.

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

src/lib/krb5/asn.1/adat2kadat.c
src/lib/krb5/asn.1/addr2kaddr.c
src/lib/krb5/asn.1/lsrq2klsrq.c
src/lib/krb5/asn.1/prin2kprin.c

index 84fdf28deb6e29f4b893a7e3396732ed83580c99..3960112c0776618601055e27850343dd96b8b6e1 100644 (file)
@@ -2,7 +2,8 @@
  * $Source$
  * $Author$
  *
- * Copyright 1989,1990 by the Massachusetts Institute of Technology.
+ * Copyright 1989,1990,1991 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
  *
  * For copying and distribution information, please see the file
  * <krb5/copyright.h>.
@@ -15,7 +16,6 @@ static char rcsid_adat2kadat_c[] =
 "$Id$";
 #endif /* lint || saber */
 
-#include <krb5/copyright.h>
 #include <krb5/krb5.h>
 
 /*#include <time.h> */
@@ -75,7 +75,7 @@ register int *error;
 
     register krb5_authdata **retval;
     register int i;
-    register struct type_KRB5_AuthorizationData *rv;
+    register const struct type_KRB5_AuthorizationData *rv;
 
     for (i = 0, rv = val; rv; i++, rv = rv->next)
        ;
index 32a0989e2f681320405a82e460486456e697119e..2b91e8efff8b448c1bdb787bb64e6f0f38c36847 100644 (file)
@@ -2,7 +2,8 @@
  * $Source$
  * $Author$
  *
- * Copyright 1989,1990 by the Massachusetts Institute of Technology.
+ * Copyright 1989,1990,1991 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
  *
  * For copying and distribution information, please see the file
  * <krb5/copyright.h>.
@@ -15,7 +16,6 @@ static char rcsid_addr2kaddr_c[] =
 "$Id$";
 #endif /* lint || saber */
 
-#include <krb5/copyright.h>
 #include <krb5/krb5.h>
 
 /*#include <time.h> */
@@ -76,7 +76,7 @@ register int *error;
 
     register krb5_address **retval;
     register int i;
-    register struct type_KRB5_HostAddresses *rv;
+    register const struct type_KRB5_HostAddresses *rv;
 
     for (i = 0, rv = val; rv; i++, rv = rv->next)
        ;
index 6f41f6a06b8ff11af7ed2ce0e41b637078a55d75..9f5e476c81f04eb3a98d78e7c6fff9c46d7474e2 100644 (file)
@@ -2,7 +2,8 @@
  * $Source$
  * $Author$
  *
- * Copyright 1989,1990 by the Massachusetts Institute of Technology.
+ * Copyright 1989,1990,1991 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
  *
  * For copying and distribution information, please see the file
  * <krb5/copyright.h>.
@@ -15,7 +16,6 @@ static char rcsid_lsrq2klsrq_c[] =
 "$Id$";
 #endif /* lint || saber */
 
-#include <krb5/copyright.h>
 #include <krb5/krb5.h>
 
 /*#include <time.h> */
@@ -67,7 +67,7 @@ register int *error;
 #endif
     register krb5_last_req_entry **retval;
     register int i;
-    register struct type_KRB5_LastReq *rv;
+    register const struct type_KRB5_LastReq *rv;
 
     for (i = 0, rv = val; rv; i++, rv = rv->next)
        ;
index 37299783e4148bc7c3b2776c996750eb358ff8e5..5cb09301ec329042f09268bb98adef6cab7b2887 100644 (file)
@@ -2,7 +2,8 @@
  * $Source$
  * $Author$
  *
- * Copyright 1989,1990 by the Massachusetts Institute of Technology.
+ * Copyright 1989,1990,1991 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
  *
  * For copying and distribution information, please see the file
  * <krb5/copyright.h>.
@@ -15,7 +16,6 @@ static char rcsid_prin2kprin_c[] =
 "$Id$";
 #endif /* lint || saber */
 
-#include <krb5/copyright.h>
 #include <krb5/krb5.h>
 
 /*#include <time.h> */
@@ -66,7 +66,7 @@ register int *error;
 
     register krb5_principal retval;
     register int i;
-    register struct type_KRB5_PrincipalName *rv;
+    register const struct type_KRB5_PrincipalName *rv;
 
     for (i = 1, rv = val; rv->next; i++, rv = rv->next)
        ;