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

Diff for /src/usr.bin/nl/nl.c between version 1.4 and 1.5

version 1.4, 2015/01/21 22:28:09 version 1.5, 2015/10/07 07:00:01
Line 118 
Line 118 
   
         (void)setlocale(LC_ALL, "");          (void)setlocale(LC_ALL, "");
   
           if (tame("stdio rpath", NULL) == -1)
                   err(1, "tame");
   
         while ((c = getopt(argc, argv, "pb:d:f:h:i:l:n:s:v:w:")) != -1) {          while ((c = getopt(argc, argv, "pb:d:f:h:i:l:n:s:v:w:")) != -1) {
                 switch (c) {                  switch (c) {
                 case 'p':                  case 'p':

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5