[BACK]Return to shell_cmd.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libwrap

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

Diff for /src/lib/libwrap/shell_cmd.c between version 1.5.58.1 and 1.5.58.2

version 1.5.58.1, 2012/04/23 16:48:54 version 1.5.58.2, 2012/04/23 23:40:41
Line 42  static void do_child __P((char *));
Line 42  static void do_child __P((char *));
   
 /* shell_cmd - execute shell command */  /* shell_cmd - execute shell command */
   
 void  void    shell_cmd(command)
 shell_cmd(char *command)  char   *command;
 {  {
     int     child_pid;      int     child_pid;
     int     wait_pid;      int     wait_pid;
Line 68  shell_cmd(char *command)
Line 68  shell_cmd(char *command)
   
 /* do_child - exec command with { stdin, stdout, stderr } to /dev/null */  /* do_child - exec command with { stdin, stdout, stderr } to /dev/null */
   
 static void  static void do_child(command)
 do_child(char *command)  char   *command;
 {  {
     int     tmp_fd;      int     tmp_fd;
   

Legend:
Removed from v.1.5.58.1  
changed lines
  Added in v.1.5.58.2

CVSweb <webmaster@jp.NetBSD.org>