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

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

version 1.4, 2003/10/19 20:23:34 version 1.5, 2004/04/07 13:11:35
Line 38 
Line 38 
 #include "pathnames.h"  #include "pathnames.h"
   
 char *  char *
 Cmd_Exec(cmd, err)  Cmd_Exec(const char *cmd, char **err)
     const char  *cmd;  
     char        **err;  
 {  {
     char        *args[4];       /* Args for invoking the shell */      char        *args[4];       /* Args for invoking the shell */
     int         fds[2];         /* Pipe streams */      int         fds[2];         /* Pipe streams */

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