[BACK]Return to run.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / distrib / utils / sysinst

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/distrib/utils/sysinst/Attic/run.c between version 1.9 and 1.10

version 1.9, 1999/03/09 19:30:00 version 1.10, 1999/03/11 16:48:27
Line 319  launch_subwin(actionwin, args, win, disp
Line 319  launch_subwin(actionwin, args, win, disp
                         fclose(script);                          fclose(script);
                 }                  }
                 execvp(argzero, origargs);                  execvp(argzero, origargs);
                   /* the parent will see this as the output from the
                      child */
                   perror("execvp");
                   _exit(EXIT_FAILURE);
         } break; /* end of child */          } break; /* end of child */
         default: break;          default: break;
         }          }

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

CVSweb <webmaster@jp.NetBSD.org>