From owner-freebsd-hackers@FreeBSD.ORG Mon May 3 16:04:22 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C4B216A4CE for ; Mon, 3 May 2004 16:04:22 -0700 (PDT) Received: from sdf.lonestar.org (ol.freeshell.org [192.94.73.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8E4143D39 for ; Mon, 3 May 2004 16:04:21 -0700 (PDT) (envelope-from pieckiel@sdf.lonestar.org) Received: from sdf.lonestar.org (IDENT:pieckiel@sverige.freeshell.org [192.94.73.4]) by sdf.lonestar.org (8.12.10/8.12.10) with ESMTP id i43N4IWQ001743 for ; Mon, 3 May 2004 23:04:19 GMT Received: (from pieckiel@localhost) by sdf.lonestar.org (8.12.10/8.12.8/Submit) id i43N4InO026908 for freebsd-hackers@freebsd.org; Mon, 3 May 2004 19:04:18 -0400 (EDT) Date: Mon, 3 May 2004 19:04:18 -0400 From: "Kevin A. Pieckiel" To: freebsd-hackers@freebsd.org Message-ID: <20040503230418.GA25019@SDF.LONESTAR.ORG> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: Editing /usr/include/*.h? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 May 2004 23:04:22 -0000 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