home *** CD-ROM | disk | FTP | other *** search
- *** swap.c.orig Mon Jun 11 15:32:57 1990
- --- swap.c Tue Jun 12 18:37:35 1990
- ***************
- *** 8,13 ****
- --- 8,14 ----
- static char sccsid[] = "@(#)swap.c 5.4 (Berkeley) 7/20/86";
- #endif not lint
-
- + #ifndef sun
- #include "systat.h"
- #include <sys/dir.h>
- #include <sys/user.h>
- ***************
- *** 309,311 ****
- --- 310,313 ----
- }
- return (row);
- }
- + #endif
-