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

Diff for /src/usr.bin/nohup/nohup.c between version 1.9 and 1.10

version 1.9, 2002/05/29 18:33:39 version 1.10, 2003/02/16 03:09:50
Line 94 
Line 94 
   
         execvp(argv[1], &argv[1]);          execvp(argv[1], &argv[1]);
         exit_status = (errno == ENOENT) ? EXIT_NOTFOUND : EXIT_NOEXEC;          exit_status = (errno == ENOENT) ? EXIT_NOTFOUND : EXIT_NOEXEC;
         err(exit_status, argv[1]);          err(exit_status, "%s", argv[1]);
 }  }
   
 static void  static void

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