[BACK]Return to vmstat.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / systat

Diff for /src/usr.bin/systat/vmstat.c between version 1.15 and 1.16

version 1.15, 1998/06/12 22:09:23 version 1.16, 1998/07/13 02:11:42
Line 585 
Line 585 
                 if (utmp.ut_name[0] != '\0')                  if (utmp.ut_name[0] != '\0')
                         nusers++;                          nusers++;
   
         lseek(ut, 0L, L_SET);          lseek(ut, 0, SEEK_SET);
         return (nusers);          return (nusers);
 }  }
   

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16