Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Jan 2007 14:20:06 -0500
From:      John Baldwin <jhb@freebsd.org>
To:        Oliver Fromme <olli@lurza.secnetix.de>
Cc:        erik.udo@gmail.com, freebsd-hackers@freebsd.org, dougb@freebsd.org
Subject:   Re: Init.c, making it chroot
Message-ID:  <200701081420.07376.jhb@freebsd.org>
In-Reply-To: <200701061927.l06JRWoB095827@lurza.secnetix.de>
References:  <200701061927.l06JRWoB095827@lurza.secnetix.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On Saturday 06 January 2007 14:27, Oliver Fromme wrote:
> M. Warner Losh wrote:
>  > Also, kenv(KENV_GET, ... is used a lot.  Maybe it makes sense to have
>  > a simple kenvget call.  Would make a few lines a little shorter if
>  > nothing else.
> 
> KENV_GET is used three times.  Using a wrapper function
> would save 7 characters per call.  I don't think it's
> really worth it.  But if you insist, I can update the
> patch with such a function.

I think just using kenv() is fine.

-- 
John Baldwin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200701081420.07376.jhb>