home *** CD-ROM | disk | FTP | other *** search
- *** cmdtab.c.orig Mon Jun 11 15:32:59 1990
- --- cmdtab.c Mon Jun 11 15:35:26 1990
- ***************
- *** 13,21 ****
- --- 13,23 ----
- int showpigs(), fetchpigs(), labelpigs();
- int initpigs(), closepigs();
- WINDOW *openpigs();
- + #ifndef sun
- int showswap(), fetchswap(), labelswap();
- int initswap(), closeswap();
- WINDOW *openswap();
- + #endif
- int showmbufs(), fetchmbufs(), labelmbufs();
- int initmbufs(), closembufs();
- WINDOW *openmbufs();
- ***************
- *** 33,41 ****
- --- 35,45 ----
- { "pigs", showpigs, fetchpigs, labelpigs,
- initpigs, openpigs, closepigs, 0,
- CF_LOADAV },
- + #ifndef sun
- { "swap", showswap, fetchswap, labelswap,
- initswap, openswap, closeswap, 0,
- CF_LOADAV },
- + #endif
- { "mbufs", showmbufs, fetchmbufs, labelmbufs,
- initmbufs, openmbufs, closembufs, 0,
- CF_LOADAV },
-