From owner-freebsd-current Wed Dec 4 17:00:50 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.8.3/8.7.3) id RAA26813 for current-outgoing; Wed, 4 Dec 1996 17:00:50 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id RAA26805 for ; Wed, 4 Dec 1996 17:00:45 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.3/8.6.9) id LAA28925 for current@freebsd.org; Thu, 5 Dec 1996 11:59:27 +1100 Date: Thu, 5 Dec 1996 11:59:27 +1100 From: Bruce Evans Message-Id: <199612050059.LAA28925@godzilla.zeta.org.au> To: current@freebsd.org Subject: MAXLOGNAME in struct eproc Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk `struct eproc' has 4 "spare" bytes following e_login[MAXLOGNAME]. I think this should have been removed when MAXLOGNAME was increased by 4. Bruce