home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / sun / volume2 / tahoe-systat / patch01 / cmdtab.c.diff next >
Encoding:
Text File  |  1990-10-23  |  858 b   |  31 lines

  1. *** cmdtab.c.orig    Mon Jun 11 15:32:59 1990
  2. --- cmdtab.c    Mon Jun 11 15:35:26 1990
  3. ***************
  4. *** 13,21 ****
  5. --- 13,23 ----
  6.   int     showpigs(), fetchpigs(), labelpigs();
  7.   int    initpigs(), closepigs();
  8.   WINDOW    *openpigs();
  9. + #ifndef sun
  10.   int     showswap(), fetchswap(), labelswap();
  11.   int    initswap(), closeswap();
  12.   WINDOW    *openswap();
  13. + #endif
  14.   int    showmbufs(), fetchmbufs(), labelmbufs();
  15.   int    initmbufs(), closembufs();
  16.   WINDOW    *openmbufs();
  17. ***************
  18. *** 33,41 ****
  19. --- 35,45 ----
  20.           { "pigs",    showpigs,    fetchpigs,    labelpigs,
  21.         initpigs,    openpigs,    closepigs,    0,
  22.         CF_LOADAV },
  23. + #ifndef sun
  24.           { "swap",    showswap,    fetchswap,    labelswap,
  25.         initswap,    openswap,    closeswap,    0,
  26.         CF_LOADAV },
  27. + #endif
  28.           { "mbufs",    showmbufs,    fetchmbufs,    labelmbufs,
  29.         initmbufs,    openmbufs,    closembufs,    0,
  30.         CF_LOADAV },
  31.