Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 May 2004 17:13:04 -0700 (PDT)
From:      Julian Elischer <julian@elischer.org>
To:        "Kevin A. Pieckiel" <pieckiel+freebsd-hackers@sdf.lonestar.org>
Cc:        freebsd-hackers@freebsd.org
Subject:   Re: Editing /usr/include/*.h?
Message-ID:  <Pine.BSF.4.21.0405031711560.40085-100000@InterJet.elischer.org>
In-Reply-To: <20040503230418.GA25019@SDF.LONESTAR.ORG>

next in thread | previous in thread | raw e-mail | index | archive | help


On Mon, 3 May 2004, Kevin A. Pieckiel wrote:

> I want to modify sys/param.h to increase the value of MAXLOGNAME.  I know
I've done exactly this..

edit /usr/src/sys/param.h

cd /usr/src
make includes

now teh sources and the files in /usr/include are in sync
of course you are now incompatible with everyone else ;-)


> I'll need to recompile world/kernel after such a change.  Do I need to
> only modify /usr/src/sys/sys/param.h, or rather do I need to modify
> /usr/include/sys/param.h?  I'm assuming when I make buildworld or make
> buildkernel, the includes in /usr/include aren't used, so the latter
> change will actually be overwritten when I do a make installworld.
> 
> Thanks,
> Kevin
> _______________________________________________
> freebsd-hackers@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
> To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"
> 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0405031711560.40085-100000>