K 10 svn:author V 6 jlemon K 8 svn:date V 27 2001-09-06T02:40:43.000000Z K 7 svn:log V 213 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. END