From db4751c2160e865e9b80213c736b57b0835c0be2 Mon Sep 17 00:00:00 2001 From: Justin Pryzby Date: Thu, 28 Feb 2008 10:59:37 -0500 Subject: [PATCH] skill: kill prints perror A patch from Debian. Bug-Debian: http://bugs.debian.org/468363 Backported-by: Sami Kerola --- skill.c | 1 + 1 file changed, 1 insertion(+) diff --git a/skill.c b/skill.c index 3a1d3167..a618667b 100644 --- a/skill.c +++ b/skill.c @@ -316,6 +316,7 @@ no_more_args: // The standard says we return non-zero if an error occurs. Thus if // killing two processes gives 0 for one and EPERM for the other, // we are required to return both zero and non-zero. Quantum kill??? + perror("kill"); exitvalue = 1; continue; }