Op 27-03-2008 om 12:06 schreef Bastian Blank: > On Thu, Mar 27, 2008 at 10:14:54AM +0100, Bastian Blank wrote: > > Looks like a feature request. > > The attached patch does this. <snip/> > --- libbb/find_pid_by_name.c (revision 21493) > +++ libbb/find_pid_by_name.c (working copy) <snip/> > + } > + > + /* or we require argv0 to match (essential for matching reexeced > /proc/self/exe)*/ > + return p->args && strcmp(bb_basename(p->args), procName) == 0; > + /* TOOD: we can also try /proc/NUM/exe link, do we want that? */ > +}
Is 'TOOD' meant as 'TODO'? Cheers Geert Stappers -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]