Subject: Re: veriexec by default (Re: CVS commit: src/sys/arch)
To: None <elad@NetBSD.org>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: tech-kern
Date: 10/28/2006 00:19:58
> 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