Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Sep 2001 21:20:45 -0700 (PDT)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/alpha/osf1 osf1_ioctl.c
Message-ID:  <200109080420.f884Kjq00997@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200109080420.f884Kjq00997>