diff options
| author | Remko Lodder <remko@FreeBSD.org> | 2008-05-14 00:22:57 +0000 |
|---|---|---|
| committer | Remko Lodder <remko@FreeBSD.org> | 2008-05-14 00:22:57 +0000 |
| commit | bc42e6c43ffc6b45cf243d4e81e4b7f13c2e6ace (patch) | |
| tree | 913f565efd0f86ea9cfa61a7d093b3fc930831b7 /usr.sbin/pstat | |
| parent | d7022add17d10d18b132b976283d43466b8a8b5b (diff) | |
Notes
Diffstat (limited to 'usr.sbin/pstat')
| -rw-r--r-- | usr.sbin/pstat/pstat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pstat/pstat.c b/usr.sbin/pstat/pstat.c index 15163652921c..b3e55a89c26c 100644 --- a/usr.sbin/pstat/pstat.c +++ b/usr.sbin/pstat/pstat.c @@ -246,7 +246,7 @@ ttymode_kvm(void) XT_COPY(olowat); #undef XT_COPY ttyprt(&xt); - tp = TAILQ_NEXT(tp, t_list); + tp = TAILQ_NEXT(&tty, t_list); } } |
