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

Diff for /src/usr.bin/finger/finger.c between version 1.25 and 1.26

version 1.25, 2015/10/26 16:57:13 version 1.26, 2015/11/03 05:13:35
Line 138 
Line 138 
                  */                   */
                 if (pledge("stdio rpath getpw", NULL) == -1)                  if (pledge("stdio rpath getpw", NULL) == -1)
                         err(1, "pledge");                          err(1, "pledge");
   
                 if (!lflag)                  if (!lflag)
                         sflag = 1;      /* if -l not explicit, force -s */                          sflag = 1;      /* if -l not explicit, force -s */
                 loginlist();                  loginlist();

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26