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

  1. *** swap.c.orig    Mon Jun 11 15:32:57 1990
  2. --- swap.c    Tue Jun 12 18:37:35 1990
  3. ***************
  4. *** 8,13 ****
  5. --- 8,14 ----
  6.   static char sccsid[] = "@(#)swap.c    5.4 (Berkeley) 7/20/86";
  7.   #endif not lint
  8.   
  9. + #ifndef sun
  10.   #include "systat.h"
  11.   #include <sys/dir.h>
  12.   #include <sys/user.h>
  13. ***************
  14. *** 309,311 ****
  15. --- 310,313 ----
  16.       }
  17.       return (row);
  18.   }
  19. + #endif
  20.