Show
Ignore:
Timestamp:
05/20/10 16:05:25 (2 years ago)
Author:
mwhitworth
Message:

Add to TCP/IP stack.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Whitix/branches/netchannel/user/burn/builtins.c

    r1381 r2085  
    560560//                      SysClose(fd); 
    561561                return 1; 
    562         }else 
    563                 SysWaitForProcessFinish(pid,NULL); 
     562        }else{ 
     563                int ret; 
     564                 
     565                do 
     566                { 
     567                        ret = SysWaitForProcessFinish(pid,NULL); 
     568                } while (ret == -EINTR); 
     569        } 
    564570 
    565571//      if (redirOut)