Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) Subject: kill off last users of WRFILE kt_ops X-RT-Original-Encoding: iso-8859-1 Content-Length: 341 src/lib/krb5/keytab/kt_file.c declares a _krb5_kt_ops struct for WRFILE which "should no longer be needed, but is effectively aliased to FILE for compatibility." However, we still produce names with the WRFILE: prefix at a few places in the tree -- we should change those to FILE: so that WRFILE is actually not needed for anything in-tree.