Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) From: tlyu@mit.edu Subject: git commit RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 616 Make ksu work when unsetenv() returns NULL Some older platforms (OS X 10.4, glibc 2.2.1) declare unsetenv() as returning void, as does ksu's compatibility definition of unsetenv(). Don't use the return value in get_configured_defccname(). (cherry picked from commit 7eee546db10e907666e02fdded4f512e8d0faf4c) https://github.com/krb5/krb5/commit/83ef046b405dfad26538eeccc117e1ab178bdd91 Author: Greg Hudson Committer: Tom Yu Commit: 83ef046b405dfad26538eeccc117e1ab178bdd91 Branch: krb5-1.14 src/clients/ksu/main.c | 7 +------ 1 files changed, 1 insertions(+), 6 deletions(-)