with format string.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13363
dc483132-0cff-0310-8789-
dd5450dbe970
+2001-06-18 Ezra Peisach <epeisach@mit.edu>
+
+ * main.c (main): Cast arguments to print_status to be consitant
+ with format string.
+
2001-06-11 Ezra Peisach <epeisach@mit.edu>
* setenv.c: Add prototype for _findenv to avoid inconsistancy of
target_user, (long) target_pwd->pw_uid);
}else{
print_status("Changing uid to %s (%ld)\n",
- target_user, target_pwd->pw_uid);
+ target_user, (long) target_pwd->pw_uid);
}
#ifdef HAVE_SETLUID