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

Diff for /src/usr.bin/calendar/io.c between version 1.50 and 1.51

version 1.50, 2021/10/24 21:24:16 version 1.51, 2021/12/07 14:00:33
Line 362 
Line 362 
                         (void)close(fderr);                          (void)close(fderr);
                 }                  }
                 execl(_PATH_CPP, "cpp", "-traditional", "-undef", "-U__GNUC__",                  execl(_PATH_CPP, "cpp", "-traditional", "-undef", "-U__GNUC__",
                     "-P", "-I.", _PATH_INCLUDE, (char *)NULL);                      "-P", "-I.", "-w", _PATH_INCLUDE, (char *)NULL);
                 warn(_PATH_CPP);                  warn(_PATH_CPP);
                 _exit(1);                  _exit(1);
         }          }

Legend:
Removed from v.1.50  
changed lines
  Added in v.1.51