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

Diff for /src/usr.bin/rdist/Attic/os-openbsd.h between version 1.15 and 1.16

version 1.15, 2014/07/05 06:18:58 version 1.16, 2014/07/05 06:35:03
Line 61 
Line 61 
 #define FSI_TYPE        FSI_GETFSSTAT  #define FSI_TYPE        FSI_GETFSSTAT
   
 /*  /*
  * Type of wait() function to use.  
  */  
 #define WAIT_TYPE       WAIT_WAIT3  
   
 /*  
  * Type of argument passed to wait() (above).  
  */  
 #define WAIT_ARG_TYPE   int  
   
 /*  
  * Select the type of statfs() system call (if any).   * Select the type of statfs() system call (if any).
  */   */
 #define STATFS_TYPE     STATFS_44BSD  #define STATFS_TYPE     STATFS_44BSD
Line 113 
Line 103 
 #define HAVE_LCHOWN                     /* Have lchown() */  #define HAVE_LCHOWN                     /* Have lchown() */
 #define HAVE_FCHMOD                     /* Have fchmod() */  #define HAVE_FCHMOD                     /* Have fchmod() */
 #define HAVE_FTRUNCATE                  /* Have ftruncate() */  #define HAVE_FTRUNCATE                  /* Have ftruncate() */
 #define HAVE_SELECT                     /* Have select() */  
 #define HAVE_SAVED_IDS                  /* Have POSIX style saved [ug]id's */  #define HAVE_SAVED_IDS                  /* Have POSIX style saved [ug]id's */
 #define HAVE_VIS                        /* Have vis() */  #define HAVE_VIS                        /* Have vis() */
 #define HAVE_VSNPRINTF                  /* Have vsnprintf() */  #define HAVE_VSNPRINTF                  /* Have vsnprintf() */

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16