cvs commit: src/usr.sbin/pstat pstat.c

Remko Lodder remko at FreeBSD.org
Wed May 14 00:22:58 UTC 2008


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


More information about the cvs-src mailing list