Date: Wed, 14 May 2008 00:22:58 +0000 (UTC) From: Remko Lodder <remko@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/pstat pstat.c Message-ID: <200805140022.m4E0Mwjb018441@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
remko 2008-05-14 00:22:58 UTC FreeBSD src repository Modified files: usr.sbin/pstat pstat.c Log: Fix pstat behaviour when using coredumps. The reference to tp was incorrect and should have been poining to &tty, tp is a virtual address from the coredump, while we should obtain the address through the tty struct. Approved by: imp (mentor, implicit trivial changes) MFC after: 1 week Submitted by: Ed Schouten (ed at 80836 dot nl) Revision Changes Path 1.103 +1 -1 src/usr.sbin/pstat/pstat.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200805140022.m4E0Mwjb018441>