From owner-cvs-all Fri Sep 7 21:20:50 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 775DA37B406; Fri, 7 Sep 2001 21:20:45 -0700 (PDT) Received: (from marcel@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f884Kjq00997; Fri, 7 Sep 2001 21:20:45 -0700 (PDT) (envelope-from marcel) Message-Id: <200109080420.f884Kjq00997@freefall.freebsd.org> From: Marcel Moolenaar Date: Fri, 7 Sep 2001 21:20:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/osf1 osf1_ioctl.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2001/09/07 21:20:45 PDT Modified files: sys/alpha/osf1 osf1_ioctl.c Log: Wrap array accesses in macros, which also happen to be lvalues: ifnet_addrs[i - 1] -> ifaddr_byindex(i) ifindex2ifnet[i] -> ifnet_byindex(i) This is intended to ease the conversion to SMPng. Forgotten by: jlemon Revision Changes Path 1.5 +2 -2 src/sys/alpha/osf1/osf1_ioctl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message