--- sendmail-8.14.8/sendmail/conf.c 2014-01-08 18:03:14.000000000 +0100 +++ sendmail-8.14.9/sendmail/conf.c 2014-05-20 19:24:39.000000000 +0200 @@ -5309,8 +5309,8 @@ */ void -sm_close_on_exec(highest, lowest) - int highest, lowest; +sm_close_on_exec(lowest, highest) + int lowest, highest; { #if HASFDWALK (void) fdwalk(closefd_walk, &lowest);