From 883d4842d26e0ad7667c04579c089ec3ba7960d8 Mon Sep 17 00:00:00 2001 From: Glenn L McGrath Date: Sun, 9 Feb 2003 22:40:34 +0000 Subject: Fix compiler warnings, patch by Steven Scholz --- procps/kill.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'procps') diff --git a/procps/kill.c b/procps/kill.c index 9b31f28d6..c7a3c7f72 100644 --- a/procps/kill.c +++ b/procps/kill.c @@ -140,7 +140,7 @@ do_it_now: if (kill(*pl, sig) != 0) { errors++; if (quiet==0) - perror_msg( "Could not kill pid '%d'", *pl); + perror_msg( "Could not kill pid '%ld'", *pl); } } } -- cgit v1.2.3