[BACK]Return to defs.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / rdist

Diff for /src/usr.bin/rdist/defs.h between version 1.28 and 1.29

version 1.28, 2014/07/12 03:32:00 version 1.29, 2014/07/12 03:40:16
Line 63 
Line 63 
 #endif  #endif
   
 #include "version.h"  #include "version.h"
 #include "config-def.h"  
 #include "config.h"  #include "config.h"
 #include "config-data.h"  
 #include "pathnames.h"  #include "pathnames.h"
 #include "types.h"  #include "types.h"
 #include "filesys.h"  #include "filesys.h"
   
   /*
    * Define the read and write values for the file descriptor array
    * used by pipe().
    */
   #define PIPE_READ               0
   #define PIPE_WRITE              1
   
 /*  /*
  * This belongs in os-svr4.h but many SVR4 OS's   * This belongs in os-svr4.h but many SVR4 OS's

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29