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/5 David Holland <dholland-current%netbsd.org@localhost>:
> 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
Thanks!
> (christos wants to know what you did that triggered the message, btw)
I've reported it.
--
NONAKA Kimihiro
Home |
Main Index |
Thread Index |
Old Index