From owner-cvs-sys Mon Mar 3 00:34:12 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA11458 for cvs-sys-outgoing; Mon, 3 Mar 1997 00:34:12 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA11451; Mon, 3 Mar 1997 00:34:10 -0800 (PST) Date: Mon, 3 Mar 1997 00:34:10 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199703030834.AAA11451@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/sys param.h user.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 97/03/03 00:34:10 Modified: sys/sys param.h user.h Log: Bump MAXLOGNAME to 20 to really hold 16-bytes user names + NUL and decrease spare array by one to keep the same size of eproc Revision Changes Path 1.25 +2 -2 src/sys/sys/param.h 1.13 +2 -2 src/sys/sys/user.h