Fix compiler warnings, patch by Steven Scholz

This commit is contained in:
Glenn L McGrath
2003-02-09 22:40:34 +00:00
parent 826b48b624
commit 883d4842d2
3 changed files with 5 additions and 6 deletions

View File

@ -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);
}
}
}