[BACK]Return to echo.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / bin / echo

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/bin/echo/echo.c between version 1.17 and 1.18

version 1.17, 2008/07/20 00:52:39 version 1.18, 2008/09/18 05:42:08
Line 75  main(int argc, char *argv[])
Line 75  main(int argc, char *argv[])
         }          }
         if (nflag == 0)          if (nflag == 0)
                 (void)putchar('\n');                  (void)putchar('\n');
           fflush(stdout);
           if (ferror(stdout))
                   exit(1);
         exit(0);          exit(0);
         /* NOTREACHED */          /* NOTREACHED */
 }  }

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

CVSweb <webmaster@jp.NetBSD.org>