Date: Mon, 3 May 2004 19:04:18 -0400 From: "Kevin A. Pieckiel" <pieckiel+freebsd-hackers@sdf.lonestar.org> To: freebsd-hackers@freebsd.org Subject: Editing /usr/include/*.h? Message-ID: <20040503230418.GA25019@SDF.LONESTAR.ORG>
next in thread | raw e-mail | index | archive | help
I want to modify sys/param.h to increase the value of MAXLOGNAME. I know 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040503230418.GA25019>