Changeset 26891 for trunk/Ohana/src/opihi/pclient/ChildOps.c
- Timestamp:
- Feb 10, 2010, 7:24:46 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pclient/ChildOps.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pclient/ChildOps.c
r26257 r26891 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 … … 67 67 case 0: /* pipe is closed */ 68 68 /** change child state? **/ 69 pipe_signal_clear(); 69 70 break; 70 71 default: /* data in pipe */ … … 81 82 case 0: /* pipe is closed */ 82 83 /** change child state? **/ 84 pipe_signal_clear(); 83 85 break; 84 86 default: /* data in pipe */
Note:
See TracChangeset
for help on using the changeset viewer.
