Subject: CVS commit: cryptosrc-us
To: None <source-changes@netbsd.org>
From: Aidan Cully <aidan@netbsd.org>
List: source-changes
Date: 08/02/1999 11:59:50
Module Name:	cryptosrc-us
Committed By:	aidan
Date:		Mon Aug  2 18:59:50 UTC 1999

Modified Files:
	cryptosrc-us/crypto-us/dist/krb5/src/lib/krb5/ccache/file: fcc_read.c
	cryptosrc-us/crypto-us/dist/krb5/src/lib/krb5/ccache/stdio: scc_read.c
	cryptosrc-us/crypto-us/dist/krb5/src/lib/krb5/os: read_msg.c

Log Message:
Replace VALID_UINT_BITS with UINT_MAX and VALID_INT_BITS with INT_MAX
since they're the same constant, anyway, and the _MAX versions should
be more portable.


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 \
    cryptosrc-us/crypto-us/dist/krb5/src/lib/krb5/ccache/file/fcc_read.c
cvs rdiff -r1.1.1.1 -r1.2 \
    cryptosrc-us/crypto-us/dist/krb5/src/lib/krb5/ccache/stdio/scc_read.c
cvs rdiff -r1.1.1.1 -r1.2 \
    cryptosrc-us/crypto-us/dist/krb5/src/lib/krb5/os/read_msg.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.