Current-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Cannot get path for pid <pid> [<progname>] (error <errno>)
Hi,
2011/12/4 David Holland <dholland-current%netbsd.org@localhost>:
> On Sat, Dec 03, 2011 at 03:47:50PM +0900, NONAKA Kimihiro wrote:
> > I've updated today's -current.
> > I noticed that "Cannot get path for pid <pid> [<progname>] (error
> > <errno>)" is output while compiling pkgsrc.
> >
> > http://twitpic.com/7ngihf
> >
> > What ideas do you fix this?
>
> #ifdef notyet
> printf("Cannot get path for pid %d [%s] (error %d)",
> (int)p->p_pid, p->p_comm, error);
> #endif
>
> Perhaps, don't #define notyet?
In latest source:
#ifndef notyet
printf("Cannot get path for pid %d [%s] (error %d)",
(int)p->p_pid, p->p_comm, error);
#endif
#
http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/kern/kern_exec.c.diff?r1=1.331&r2=1.332&only_with_tag=MAIN
--
NONAKA Kimihiro
Home |
Main Index |
Thread Index |
Old Index