Blob Blame History Raw
diff -pruN -I '\$\(Id\|Date\|Revision\):' sendmail-8.14.8/sendmail/conf.c sendmail-8.14.9/sendmail/conf.c
--- sendmail-8.14.8/sendmail/conf.c	2014-01-08 10:03:14.000000000 -0700
+++ sendmail-8.14.9/sendmail/conf.c	2014-05-20 11:24:39.000000000 -0600
@@ -5309,8 +5309,8 @@ closefd_walk(lowest, fd)
 */
 
 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);