CVS diff for cgi.c between 1.3 and 1.2:

Revision 1.2 Revision 1.3
Line 6 Line 6
void create_common_env() 

/* not yet */ 
void create_common_env() 

/* not yet */ 
    return (void)NULL; 
    //return (void)NULL; 

 
int do_job(msg * req) 

FILE *tf = tmpfile();

 
int do_job(msg * req) 

FILE *tf = tmpfile();
    int child_pid; 
 
    int pipes[2]; 
    int pipes[2]; 
    if (NULL == tmpfile) 
    if (NULL == tf) 
	return -1; 
 
pipe(pipes); 
	return -1; 
 
pipe(pipes); 
Line 61 Line 60
    return 0; 

 
    return 0; 

 


Legend
Lines deleted from 1.3  
Lines Modified
  Lines added in revision 1.2