[BACK]Return to zdump.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libc / time

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

Diff for /src/lib/libc/time/zdump.c between version 1.15 and 1.16

version 1.15, 2006/11/03 20:23:19 version 1.16, 2006/12/04 17:24:40
Line 269  _("%s: usage is %s [ --version ] [ -v ] 
Line 269  _("%s: usage is %s [ --version ] [ -v ] 
                 show(argv[i], t, TRUE);                  show(argv[i], t, TRUE);
         }          }
         if (fflush(stdout) || ferror(stdout)) {          if (fflush(stdout) || ferror(stdout)) {
                 err(EXIT_FAILURE, "Error writing standard output");                  err(EXIT_FAILURE, _("Error writing standard output"));
         }          }
         exit(EXIT_SUCCESS);          exit(EXIT_SUCCESS);
   

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

CVSweb <webmaster@jp.NetBSD.org>