[BACK]Return to popen.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / libexec / ftpd

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

Diff for /src/libexec/ftpd/popen.c between version 1.35 and 1.36

version 1.35, 2009/03/15 07:48:36 version 1.36, 2009/03/18 02:27:41
Line 108  FILE *
Line 108  FILE *
 ftpd_popen(const char *argv[], const char *ptype, int stderrfd)  ftpd_popen(const char *argv[], const char *ptype, int stderrfd)
 {  {
         FILE *iop;          FILE *iop;
         int argc, pdes[2], pid, isls;          int argc, pdes[2], pid;
           volatile int isls;
         char **pop;          char **pop;
         StringList *sl;          StringList *sl;
   

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36

CVSweb <webmaster@jp.NetBSD.org>