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

Diff for /src/usr.bin/fgen/fgen.l between version 1.10 and 1.11

version 1.10, 2013/12/30 21:52:21 version 1.11, 2015/10/06 05:51:01
Line 960 
Line 960 
         char *hdrtype = "version1";          char *hdrtype = "version1";
         int i;          int i;
   
           if (tame("stdio rpath wpath cpath", NULL) == -1)
                   err(1, "tame");
   
         outf = 1; /* stdout */          outf = 1; /* stdout */
         myname = argv[0];          myname = argv[0];
   

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11