[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.2 and 1.3

version 1.2, 1996/06/26 05:41:45 version 1.3, 1997/01/15 23:43:22
Line 83 
Line 83 
         if (gettimeofday(&tv[0], NULL))          if (gettimeofday(&tv[0], NULL))
                 err(1, "gettimeofday");                  err(1, "gettimeofday");
   
         while ((ch = getopt(argc, argv, "acfmr:t:")) != EOF)          while ((ch = getopt(argc, argv, "acfmr:t:")) != -1)
                 switch(ch) {                  switch(ch) {
                 case 'a':                  case 'a':
                         aflag = 1;                          aflag = 1;

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3