IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 10, 2010, 7:24:46 PM (16 years ago)
Author:
eugene
Message:

updates from eam_branches/20091201

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/pclient/ChildOps.c

    r26257 r26891  
    11# 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>
    55// #include <stropts.h>
    66
     
    6767    case 0:   /* pipe is closed */
    6868      /** change child state? **/
     69      pipe_signal_clear();
    6970      break;
    7071    default:  /* data in pipe */
     
    8182    case 0:   /* pipe is closed */
    8283      /** change child state? **/
     84      pipe_signal_clear();
    8385      break;
    8486    default:  /* data in pipe */
Note: See TracChangeset for help on using the changeset viewer.