K 10 svn:author V 3 dim K 8 svn:date V 27 2011-12-31T12:52:18.603847Z K 7 svn:log V 352 MFC r228538: In lib/libc/rpc/crypt_client.c, fix a clang warning about an implicit conversion between enum desdir/desmode from include/rpc/des.h, and enum desdir/desmode from include/rpcsvc/crypt.x. These are actually different enums, with different value names, but by accident the integer representation of the enum values happened to be the same. END