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>)



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?

-- 
David A. Holland
dholland%netbsd.org@localhost


Home | Main Index | Thread Index | Old Index