svn rev #19169: trunk/src/ include/ lib/crypto/crc32/ lib/gssapi/krb5/ lib/gssapi/mechglue/ ...

epeisach@MIT.EDU epeisach at MIT.EDU
Sun Feb 18 21:37:12 EST 2007


Commit By: epeisach
Log Message: 
Subject: Ensure consistancy between prototypes and functions

I am using an older compiler that is complaining that prototypes
do not match the functions they reference.  The issue is that a number
of prototypes are using "const int foo" while the function is "int foo".
>From a caller sense it makes no difference - but the compiler is correct
they are different.

All is now consistant.




Changed Files:
U   trunk/src/include/k5-int.h
U   trunk/src/lib/crypto/crc32/crc-32.h
U   trunk/src/lib/gssapi/krb5/acquire_cred.c
U   trunk/src/lib/gssapi/mechglue/mglueP.h
U   trunk/src/lib/krb5/asn.1/asn1_make.h
U   trunk/src/lib/krb5/asn.1/asn1buf.h
U   trunk/src/lib/krb5/krb/get_in_tkt.c
U   trunk/src/lib/krb5/krb/in_tkt_sky.c
U   trunk/src/lib/krb5/os/an_to_ln.c



More information about the cvs-krb5 mailing list