home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 1 / 1499 < prev    next >
Internet Message Format  |  1990-12-28  |  975b

  1. From: wht@n4hgf.uucp (Warren Tucker)
  2. Newsgroups: alt.sources
  3. Subject: u386mon x0.11 patch01
  4. Message-ID: <110@n4hgf.uucp>
  5. Date: 21 Jun 90 18:20:48 GMT
  6.  
  7. Archive-name: u386mon011/patch01
  8.  
  9. This patch corrects a bug in u386mon preventing cpu time from
  10. being displayed in the process status display.
  11.  
  12. *** rel/det_proc.c    Wed Jun 20 22:08:00 1990
  13. --- det_proc.c    Thu Jun 21 14:12:53 1990
  14. ***************
  15. *** 31,39
  16.   #include <sys/immu.h>
  17.   #include <sys/region.h>
  18.   #include <sys/proc.h>
  19. ! #include <sys/ndir.h>
  20. ! #undef DIRSIZ
  21. ! #include <sys/mount.h>
  22.   #include <sys/user.h>
  23.   #include <sys/var.h>
  24.   
  25.  
  26. --- 31,37 -----
  27.   #include <sys/immu.h>
  28.   #include <sys/region.h>
  29.   #include <sys/proc.h>
  30. ! #include <sys/fs/s5dir.h>
  31.   #include <sys/user.h>
  32.   #include <sys/var.h>
  33.   
  34.  
  35. ---------------------------------------------------------------------
  36. Warren Tucker, TuckerWare    gatech!n4hgf!wht or wht%n4hgf@gatech.edu
  37. Any perceptible delay will eventually get on your nerves. --Bob Hyers
  38.