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

Diff for /src/usr.bin/touch/touch.c between version 1.13 and 1.14

version 1.13, 2006/03/07 11:49:40 version 1.14, 2006/03/08 12:20:05
Line 53 
Line 53 
 int  int
 main(int argc, char *argv[])  main(int argc, char *argv[])
 {  {
         struct   stat sb;          struct stat      sb;
         struct   timeval tv[2];          struct timeval   tv[2];
         int      aflag, cflag, mflag, ch, fd, len, rval, timeset;          int              aflag, cflag, mflag, ch, fd, len, rval, timeset;
         char    *p;          char            *p;
   
         (void)setlocale(LC_ALL, "");          (void)setlocale(LC_ALL, "");
   

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14