freebsd-dev/sys/compat
Jonathan Lemon f9132cebdc 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.
2001-09-06 02:40:43 +00:00
..
linprocfs o Replace calls to p_can(..., P_CAN_xxx) with calls to p_canxxx(). 2001-07-05 17:10:46 +00:00
linux Wrap array accesses in macros, which also happen to be lvalues: 2001-09-06 02:40:43 +00:00
netbsd Use queue macros. 2001-01-24 00:01:42 +00:00
pecoff Fix warnings: 2001-06-15 07:50:54 +00:00
svr4 Synchronize syscalls.master(s) with recent Giant pushdown work 2001-09-01 19:36:48 +00:00