From owner-cvs-include Thu Dec 5 06:34:48 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id GAA10405 for cvs-include-outgoing; Thu, 5 Dec 1996 06:34:48 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id GAA10379; Thu, 5 Dec 1996 06:34:27 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199612051434.GAA10379@freefall.freebsd.org> Subject: Re: cvs commit: src/include utmp.h To: jkh@freefall.freebsd.org (Jordan K. Hubbard) Date: Thu, 5 Dec 1996 06:34:26 -0800 (PST) Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-include@freefall.freebsd.org In-Reply-To: <199612041130.DAA25553@freefall.freebsd.org> from "Jordan K. Hubbard" at Dec 4, 96 03:30:18 am X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-cvs-include@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > jkh 96/12/04 03:30:17 > > Modified: include utmp.h > Log: > Bump maximum username length to 16 characters. This brings us into > line with BSD/OS and Linux's username limits, making transitioning from > either operating system a lot easier than it is now. I'm currently > running with this change on my system, as are several others, and have > experienced no ill effects. I hear BSDI increase UT_HOSTSIZE to 32, do we plan to make similar change? (I don't have BSDI box to be shure)