From f739412edd54e37f5ef93d4acf46bd0326fce031 Mon Sep 17 00:00:00 2001 From: darrenr Date: Thu, 28 Apr 2005 16:26:35 +0000 Subject: Patches from Ruslam Ermilov to remove NetBSD bits from Makefiles and cleanup build problems with rescue. --- contrib/ipfilter/tools/ippool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib') diff --git a/contrib/ipfilter/tools/ippool.c b/contrib/ipfilter/tools/ippool.c index d974cb2..5cefc66 100644 --- a/contrib/ipfilter/tools/ippool.c +++ b/contrib/ipfilter/tools/ippool.c @@ -639,7 +639,7 @@ char *argv[]; } } - printf("%u object%s flushed\n", flush.iplf_count, + printf("%zd object%s flushed\n", flush.iplf_count, (flush.iplf_count == 1) ? "" : "s"); return 0; -- cgit v1.1