- Timestamp:
- May 3, 2010, 8:50:52 AM (16 years ago)
- Location:
- branches/simtest_nebulous_branches
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/simtest_nebulous_branches
- Property svn:mergeinfo changed
-
branches/simtest_nebulous_branches/Ohana
-
Property svn:mergeinfo
set to (toggle deleted branches)
/trunk/Ohana merged eligible /branches/eam_branches/Ohana.20100407 27635-27772 /branches/pap_delete/Ohana 27530-27595
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/simtest_nebulous_branches/Ohana/src/opihi/pclient/ChildOps.c
r16454 r27840 1 1 # include "pclient.h" 2 # include <sys/ioctl.h>3 # include <sys/types.h>4 # include <unistd.h>2 # include <sys/ioctl.h> 3 # include <sys/types.h> 4 # include <unistd.h> 5 5 // #include <stropts.h> 6 6 … … 50 50 Nbad ++; 51 51 if (Nbad > 100) { 52 gprint (GP_ERR, "serious IO error\n");53 52 abort (); 54 53 } … … 63 62 switch (Nread) { 64 63 case -2: /* error in read (programming error? system level error?) */ 65 gprint (GP_ERR, "serious IO error\n");66 64 abort (); 67 65 case -1: /* no data in pipe */ … … 69 67 case 0: /* pipe is closed */ 70 68 /** change child state? **/ 69 pipe_signal_clear(); 71 70 break; 72 71 default: /* data in pipe */ … … 78 77 switch (Nread) { 79 78 case -2: /* error in read (programming error? system level error?) */ 80 gprint (GP_ERR, "serious IO error\n");81 79 abort (); 82 80 case -1: /* no data in pipe */ … … 84 82 case 0: /* pipe is closed */ 85 83 /** change child state? **/ 84 pipe_signal_clear(); 86 85 break; 87 86 default: /* data in pipe */
Note:
See TracChangeset
for help on using the changeset viewer.
