[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.28 and 1.29

version 1.28, 2004/12/10 15:31:01 version 1.29, 2005/04/15 14:28:56
Line 377 
Line 377 
                         (void)dup2(fderr, STDERR_FILENO);                          (void)dup2(fderr, STDERR_FILENO);
                         (void)close(fderr);                          (void)close(fderr);
                 }                  }
                 execl(_PATH_CPP, "cpp", "-traditional", "-P", "-I.",                  execl(_PATH_CPP, "cpp", "-traditional", "-undef", "-U__GNUC__",
                     _PATH_INCLUDE, (char *)NULL);                      "-P", "-I.", _PATH_INCLUDE, (char *)NULL);
                 warn(_PATH_CPP);                  warn(_PATH_CPP);
                 _exit(1);                  _exit(1);
         }          }

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29