Remove xfread/xfwrite macros. Casting the first argument to char * is
authorGreg Hudson <ghudson@mit.edu>
Wed, 4 Feb 2009 20:32:05 +0000 (20:32 +0000)
committerGreg Hudson <ghudson@mit.edu>
Wed, 4 Feb 2009 20:32:05 +0000 (20:32 +0000)
commit475b0a3e029cc74fd38c12b176953e17da6fb88b
treea13a8a9d1853d35b537a65854ab33b1d4c66a28d
parentb6ace34422842ac5e294e90215d379c78b735085
Remove xfread/xfwrite macros.  Casting the first argument to char * is
unnecessary (fread's first argument is void *, which does not require
a cast) and confuses Coverity's UNINIT checker; casting the third
argument to unsigned is not necessary for our current set of warnings.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@21883 dc483132-0cff-0310-8789-dd5450dbe970
src/lib/krb5/keytab/kt_file.c