K 10 svn:author V 6 marcel K 8 svn:date V 27 2001-09-08T04:20:45.000000Z K 7 svn:log V 235 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 END