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 Sun, Dec 04, 2011 at 04:03:01PM +0900, NONAKA Kimihiro wrote:
 > > #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

fixed; see source-changes-d

(christos wants to know what you did that triggered the message, btw)

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


Home | Main Index | Thread Index | Old Index