From owner-cvs-all Thu Mar 8 7:17:44 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E9A3137B71A; Thu, 8 Mar 2001 07:17:40 -0800 (PST) (envelope-from gallatin@FreeBSD.org) Received: (from gallatin@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f28FHe696644; Thu, 8 Mar 2001 07:17:40 -0800 (PST) (envelope-from gallatin) Message-Id: <200103081517.f28FHe696644@freefall.freebsd.org> From: Andrew Gallatin Date: Thu, 8 Mar 2001 07:17:40 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys user.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gallatin 2001/03/08 07:17:40 PST Modified files: sys/sys user.h Log: Take the KINFO_PROC_SIZE back down to 912 on alpha. Since the compiler lays out the stuct so that pointers are naturally (8-byte) aligned aligned, adding the int ki_layout didn't change the size of the stuct; it just converted the alignment padding to a usable struct field. Revision Changes Path 1.34 +2 -2 src/sys/sys/user.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message