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

Diff for /src/usr.bin/su/su.c between version 1.31 and 1.32

version 1.31, 1998/03/25 21:27:27 version 1.32, 2000/06/30 16:00:21
Line 300 
Line 300 
         (void)setpriority(PRIO_PROCESS, 0, prio);          (void)setpriority(PRIO_PROCESS, 0, prio);
   
         execv(shell, np);          execv(shell, np);
         err(1, shell);          err(1, "%s", shell);
 }  }
   
 int  int

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32