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: 531 Switched from a macro to GCC deprecated attributes. Also removed the deprecated struct used by KLSetApplicationOptions and KLGetApplicationOptions because they weren't touching it. Replaced pointer-to-struct arguments with void *. KLGetApplicationOptions now also returns an error since it did not modify its input. Not sure why it wasn't before since no one should be calling it on Mac OS X. Commit By: lxs Revision: 20844 Changed Files: U trunk/src/kim/lib/mac/KerberosLogin.c U trunk/src/kim/lib/mac/KerberosLogin.h