* kpasswd.c (get_name_from_passwd_file): Do not cast return from
authorEzra Peisach <epeisach@mit.edu>
Mon, 7 Jun 2004 19:31:23 +0000 (19:31 +0000)
committerEzra Peisach <epeisach@mit.edu>
Mon, 7 Jun 2004 19:31:23 +0000 (19:31 +0000)
commit2d1b1d0bf3bc459ce6f8775c09b718c0e4afcf49
tree5e83c145c9fcded5389143263760e5e7da16bc77
parentb7d2088661c5db832ff1cef008dc92306b6d465f
* kpasswd.c (get_name_from_passwd_file): Do not cast return from
getuid() to int as argument to getpwuid.

* ksetpwd.c: Include time.h for time() prototype.
(main): Return 0 on success.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16417 dc483132-0cff-0310-8789-dd5450dbe970
src/clients/kpasswd/ChangeLog
src/clients/kpasswd/kpasswd.c
src/clients/kpasswd/ksetpwd.c