Deleted Added
full compact
45c45
< "$FreeBSD: head/usr.sbin/pstat/pstat.c 83653 2001-09-18 23:34:44Z peter $";
---
> "$FreeBSD: head/usr.sbin/pstat/pstat.c 85339 2001-10-23 01:21:29Z dillon $";
696c696
< for (vp = LIST_FIRST(&mount.mnt_vnodelist);
---
> for (vp = TAILQ_FIRST(&mount.mnt_nvnodelist);
699c699
< vp_next = LIST_NEXT(&vnode, v_mntvnodes);
---
> vp_next = TAILQ_NEXT(&vnode, v_nmntvnodes);