------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. http://bugs.kde.org/show_bug.cgi?id=145425 ------- Additional Comments From stevee zuken co uk 2007-05-15 10:35 ------- Created an attachment (id=20571) --> (http://bugs.kde.org/attachment.cgi?id=20571&action=view) Change unsetenv to return int rather than void to match the prototype Returns 0 on success, -1 on error. Also changed the functions parameter to be in Ansi C style rather than K&R