[Midnightbsd-cvs] src [7586] stable/0.8/libexec/bootpd/bootpgw/bootpgw.c: get rid of warning

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri May 27 19:22:26 EDT 2016


Revision: 7586
          http://svnweb.midnightbsd.org/src/?rev=7586
Author:   laffer1
Date:     2016-05-27 19:22:25 -0400 (Fri, 27 May 2016)
Log Message:
-----------
get rid of warning

Modified Paths:
--------------
    stable/0.8/libexec/bootpd/bootpgw/bootpgw.c

Modified: stable/0.8/libexec/bootpd/bootpgw/bootpgw.c
===================================================================
--- stable/0.8/libexec/bootpd/bootpgw/bootpgw.c	2016-05-27 20:18:09 UTC (rev 7585)
+++ stable/0.8/libexec/bootpd/bootpgw/bootpgw.c	2016-05-27 23:22:25 UTC (rev 7586)
@@ -451,7 +451,7 @@
 			continue;
 		}
 		if (!(readfds & (1 << s))) {
-			report(LOG_INFO, "exiting after %ld minutes of inactivity",
+			report(LOG_INFO, "exiting after %d minutes of inactivity",
 				   actualtimeout.tv_sec / 60);
 			exit(0);
 		}



More information about the Midnightbsd-cvs mailing list