From owner-cvs-all Mon Oct 23 14: 4:21 2000 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 8102E37B4CF; Mon, 23 Oct 2000 14:04:18 -0700 (PDT) Received: (from gallatin@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA81120; Mon, 23 Oct 2000 14:04:18 -0700 (PDT) (envelope-from gallatin@FreeBSD.org) Message-Id: <200010232104.OAA81120@freefall.freebsd.org> From: Andrew Gallatin Date: Mon, 23 Oct 2000 14:04:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/sysctl sysctl.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG gallatin 2000/10/23 14:04:18 PDT Modified files: sbin/sysctl sysctl.c Log: Give correct results for SYSCTL_LONG arrays when sizeof(int) != sizeof(long) This fixes unaligned access on alpha for, eg, sysctl kern.ipc.mbtypes. Revision Changes Path 1.29 +3 -3 src/sbin/sysctl/sysctl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message