From owner-cvs-sys Wed Dec 4 03:30:52 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA25746 for cvs-sys-outgoing; Wed, 4 Dec 1996 03:30:52 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA25686; Wed, 4 Dec 1996 03:30:43 -0800 (PST) Date: Wed, 4 Dec 1996 03:30:43 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199612041130.DAA25686@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/sys param.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/12/04 03:30:42 Modified: sys/sys param.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. This is not for 2.2! This needs to get shaken out longer term in 3.0. Previously-approved-by: davidg Revision Changes Path 1.18 +2 -2 src/sys/sys/param.h