Use POSIX constants instead of S_IREAD/S_IWRITE
authorGreg Hudson <ghudson@mit.edu>
Tue, 22 Nov 2011 17:52:55 +0000 (17:52 +0000)
committerGreg Hudson <ghudson@mit.edu>
Tue, 22 Nov 2011 17:52:55 +0000 (17:52 +0000)
commit01bd1cedd0fb24b7578b3c4b563f065dd113e3d7
treefb05986087093a74e6adb12ec7f8c57c0c32b1fa
parentccefb9a6fdd6cdba33fa63ee7284b3b0e0e618cb
Use POSIX constants instead of S_IREAD/S_IWRITE

S_IREAD and S_IWRITE are ancient names for S_IRUSR and S_IWUSR, and
are not defined on some modern platforms (such as Android).  Use the
POSIX names instead.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25485 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/krb5/ccache/cc_file.c