diff toys/lsb/pidof.c @ 762:f169d9708518

Extend killall with support for -v and -i
author Elie De Brauwer <eliedebrauwer@gmail.com>
date Sun, 16 Dec 2012 13:43:36 +0100
parents 0faab963ea92
children 242c5de2bb22
line wrap: on
line diff
--- a/toys/lsb/pidof.c	Sun Dec 23 01:25:27 2012 -0600
+++ b/toys/lsb/pidof.c	Sun Dec 16 13:43:36 2012 +0100
@@ -25,7 +25,7 @@
   char *omit;
 )
 
-static int print_pid(pid_t pid)
+static int print_pid(pid_t pid, char * name)
 {
   char * res;
   int len;