Date: Thu, 27 Jan 2011 19:08:01 +0000 (UTC) From: Remko Lodder <remko@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/usr.sbin/pstat pstat.c Message-ID: <201101271908.p0RJ8Nng040524@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
remko 2011-01-27 19:08:01 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) usr.sbin/pstat pstat.c Log: SVN rev 217957 on 2011-01-27 19:08:01Z by remko MFC r178987 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) PR: 138131 Revision Changes Path 1.102.2.3 +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?201101271908.p0RJ8Nng040524>