faubackup2/src/common system_calls.cpp,1.11,1.12
Erik Merkel <[email protected]> Mon, 27 Jun 2005 09:46:12 +0000
| Newsgroups | gmane.comp.sysutils.backup.faubackup.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/faubackup/faubackup2/src/common In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2537/src/common Modified Files: system_calls.cpp Log Message: don't break compatibility Index: system_calls.cpp =================================================================== RCS file: /cvsroot/faubackup/faubackup2/src/common/system_calls.cpp,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** system_calls.cpp 26 Jun 2005 23:02:09 -0000 1.11 --- system_calls.cpp 27 Jun 2005 09:46:10 -0000 1.12 *************** *** 399,403 **** f_in = from_child_pipe[0]; f_out = to_child_pipe[1]; ! //set_nonblocking(f_in); //set_nonblocking(f_out); --- 399,403 ---- f_in = from_child_pipe[0]; f_out = to_child_pipe[1]; ! //set_nonblocking(f_in); //set_nonblocking(f_out); *************** *** 413,417 **** #ifdef HAVE_SOCKETPAIR ! ret = socketpair(AF_UNIX, SOCK_RAW, 0, fd); #else --- 413,417 ---- #ifdef HAVE_SOCKETPAIR ! ret = socketpair(PF_UNIX, SOCK_STREAM, 0, fd); #else ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click