[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.23 and 1.24

version 1.23, 2015/03/17 19:31:30 version 1.24, 2015/10/06 13:48:34
Line 60 
Line 60 
   
         (void)setlocale(LC_ALL, "");          (void)setlocale(LC_ALL, "");
   
           if (tame("stdio rpath wpath cpath fattr", NULL) == -1)
                   err(1, "tame");
   
         aflag = cflag = mflag = timeset = 0;          aflag = cflag = mflag = timeset = 0;
         while ((ch = getopt(argc, argv, "acd:fmr:t:")) != -1)          while ((ch = getopt(argc, argv, "acd:fmr:t:")) != -1)
                 switch (ch) {                  switch (ch) {

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24