Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.420 (Entity 5.420) From: lxs@mit.edu Subject: SVN Commit X-RT-Original-Encoding: iso-8859-1 Content-Length: 360 load and store functions in k5-platform.h take an unsigned char *, whereas kdb_xdr.c was using a char * for decoding. This resulted in pages of warnings in the parsing code. Switched to using an unsigned char * and cast in the couple places where a char * is needed. Commit By: lxs Revision: 20343 Changed Files: U trunk/src/plugins/kdb/db2/kdb_xdr.c