X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=init-ng.c;fp=init-ng.c;h=7dba91aeb3aa375fcbad2410753ba6928d9733c1;hb=b607d974fb798903921fc2c1df05c89a1ae73307;hp=cc517777e68bc35c48546063338984709477bdd3;hpb=24d7b8d20f83ddaa75876b1479687fef86e867a3;p=init-ng diff --git a/init-ng.c b/init-ng.c index cc51777..7dba91a 100644 --- a/init-ng.c +++ b/init-ng.c @@ -38,7 +38,7 @@ static char * args[256]; // 256 arguments ought to be enough for anybody ;-) // Find a process in the monitored process list (MPL) by PID. Returns the index // of the entry in the MPL. // -int FindMonitoredPID(pid_t pid) +static int FindMonitoredPID(pid_t pid) { for(int i=0; i