summaryrefslogtreecommitdiffstats
path: root/bin/ps
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1996-07-31 09:27:23 +0000
committerdg <dg@FreeBSD.org>1996-07-31 09:27:23 +0000
commit7f56d763c56f6a2b0b723c33a94237927069ac32 (patch)
tree6b3d83ed192a32f21b9380856f219f57a5392b81 /bin/ps
parentd0fa775b6a36b39f2e4a3b40b931aada65ab5b4e (diff)
downloadFreeBSD-src-7f56d763c56f6a2b0b723c33a94237927069ac32.zip
FreeBSD-src-7f56d763c56f6a2b0b723c33a94237927069ac32.tar.gz
Updated to match kernel changes for timer/run queue.
Diffstat (limited to 'bin/ps')
-rw-r--r--bin/ps/keyword.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ps/keyword.c b/bin/ps/keyword.c
index 6d118b6..16cb8dd 100644
--- a/bin/ps/keyword.c
+++ b/bin/ps/keyword.c
@@ -30,7 +30,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: keyword.c,v 1.7 1995/09/26 17:48:58 peter Exp $
+ * $Id: keyword.c,v 1.8 1995/10/28 20:11:15 phk Exp $
*/
#ifndef lint
@@ -135,7 +135,7 @@ VAR var[] = {
{"re", "RE", NULL, 0, pvar, 3, POFF(p_swtime), ULONG, "d"},
{"rgid", "RGID", NULL, 0, evar, UIDLEN, EOFF(e_pcred.p_rgid),
ULONG, UIDFMT},
- {"rlink", "RLINK", NULL, 0, pvar, 8, POFF(p_back), KPTR, "x"},
+ {"rlink", "RLINK", NULL, 0, pvar, 8, POFF(p_procq.tqe_prev), KPTR, "x"},
{"rss", "RSS", NULL, 0, p_rssize, 4},
{"rssize", "", "rsz"},
{"rsz", "RSZ", NULL, 0, rssize, 4},
OpenPOWER on IntegriCloud