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

Diff for /src/usr.bin/systat/main.c between version 1.5 and 1.6

version 1.5, 1996/08/06 18:48:15 version 1.6, 1996/08/06 20:41:19
Line 55 
Line 55 
 #include <stdio.h>  #include <stdio.h>
 #include <string.h>  #include <string.h>
 #include <unistd.h>  #include <unistd.h>
   #include <limits.h>
   
 #include "systat.h"  #include "systat.h"
 #include "extern.h"  #include "extern.h"
Line 94 
Line 95 
         char **argv;          char **argv;
 {  {
         int ch;          int ch;
         char errbuf[80];          char errbuf[_POSIX2_LINE_MAX];
   
         while ((ch = getopt(argc, argv, "M:N:w:")) != EOF)          while ((ch = getopt(argc, argv, "M:N:w:")) != EOF)
                 switch(ch) {                  switch(ch) {

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6