From owner-freebsd-hackers@FreeBSD.ORG Wed May 5 23:57:57 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 7CB6816A4CE for ; Wed, 5 May 2004 23:57:57 -0700 (PDT) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [216.148.227.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EF1E43D45 for ; Wed, 5 May 2004 23:57:57 -0700 (PDT) (envelope-from julian@elischer.org) Received: from interjet.elischer.org ([24.7.73.28]) by comcast.net (rwcrmhc12) with ESMTP id <2004050606574601400js65te>; Thu, 6 May 2004 06:57:56 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id XAA75856; Wed, 5 May 2004 23:57:45 -0700 (PDT) Date: Wed, 5 May 2004 23:57:45 -0700 (PDT) From: Julian Elischer To: leafy In-Reply-To: <20040506034955.GA97226@chihiro.leafy.idv.tw> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-hackers@freebsd.org cc: "Kevin A. Pieckiel" cc: "Matthew D. Fuller" 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 06:57:57 -0000 On Thu, 6 May 2004, leafy wrote: > 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. yes we used 32 char names on the interjet. > > Jiawei > -- > "Without the userland, the kernel is useless." > --inspired by The Tao of Programming >