> YAMAMOTO Takashi wrote: > >> + char *pathbuf; > > > >> + pathbuf = __UNCONST(ndp->ni_dirp); > > > > why can't you make it const? > > I can. other than that, is it okay? yes, it seems better than the current code. YAMAMOTO Takashi