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

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

version 1.5, 1996/12/05 06:04:38 version 1.6, 1997/01/15 23:42:16
Line 77 
Line 77 
   
         (void) setlocale(LC_ALL, "");          (void) setlocale(LC_ALL, "");
   
         while ((ch = getopt(argc, argv, "?-af:t:A:B:")) != EOF)          while ((ch = getopt(argc, argv, "?-af:t:A:B:")) != -1)
                 switch (ch) {                  switch (ch) {
                 case '-':               /* backward contemptible */                  case '-':               /* backward contemptible */
                 case 'a':                  case 'a':

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