From owner-freebsd-hackers@FreeBSD.ORG Wed May 5 20:50:13 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 C0BC416A4CE for ; Wed, 5 May 2004 20:50:13 -0700 (PDT) Received: from seed.net.tw (sn16.seed.net.tw [139.175.54.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 418C143D49 for ; Wed, 5 May 2004 20:50:11 -0700 (PDT) (envelope-from leafy@leafy.idv.tw) Received: from [61.59.121.140] (port=65291 helo=chihiro.leafy.idv.tw) by seed.net.tw with esmtp (Seednet 4.23:1) id 1BLZtV-0009HK-Ej; Thu, 06 May 2004 11:49:57 +0800 Received: from localhost (localhost [127.0.0.1]) by chihiro.leafy.idv.tw (Postfix) with ESMTP id 9F936306; Thu, 6 May 2004 11:49:56 +0800 (CST) Received: from chihiro.leafy.idv.tw ([127.0.0.1]) by localhost (chihiro.leafy.idv.tw [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 97049-01; Thu, 6 May 2004 11:49:56 +0800 (CST) Received: by chihiro.leafy.idv.tw (Postfix, from userid 1000) id F40EF305; Thu, 6 May 2004 11:49:55 +0800 (CST) Date: Thu, 6 May 2004 11:49:55 +0800 From: leafy To: "Matthew D. Fuller" Message-ID: <20040506034955.GA97226@chihiro.leafy.idv.tw> References: <20040503230418.GA25019@SDF.LONESTAR.ORG> <20040506034446.GA29198@over-yonder.net> Mime-Version: 1.0 Content-Type: text/plain; charset=big5 Content-Disposition: inline In-Reply-To: <20040506034446.GA29198@over-yonder.net> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new at leafy.idv.tw cc: freebsd-hackers@freebsd.org cc: "Kevin A. Pieckiel" cc: Julian Elischer Subject: Re: 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: Thu, 06 May 2004 03:50:13 -0000 On Wed, May 05, 2004 at 10:44:46PM -0500, Matthew D. Fuller wrote: > There's another #define in another header you have to edit. I'll > think of it in a minute... > > Ah; UT_NAMESIZE in include/utmp.h. > > Used to do that all the time on 2.x.x to get 16 char usernames 8-) > > -- Matthew Fuller (MF4839) | fullermd@over-yonder.net Systems/Network Would it be possible to adjust these to get 32 char usernames? People with very long names in a corporate environment would love to have this. Jiawei -- "Without the userland, the kernel is useless." --inspired by The Tao of Programming