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

Diff for /src/usr.bin/uniq/uniq.c between version 1.2 and 1.3

version 1.2, 1996/06/26 05:42:13 version 1.3, 1997/01/15 23:43:28
Line 80 
Line 80 
         char *prevline, *thisline, *p;          char *prevline, *thisline, *p;
   
         obsolete(argv);          obsolete(argv);
         while ((ch = getopt(argc, argv, "-cdf:s:u")) != EOF)          while ((ch = getopt(argc, argv, "-cdf:s:u")) != -1)
                 switch (ch) {                  switch (ch) {
                 case '-':                  case '-':
                         --optind;                          --optind;

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3