[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.18 and 1.19

version 1.18, 2014/07/05 06:55:29 version 1.19, 2014/07/05 07:22:18
Line 66 
Line 66 
 #define HAVE_FSTYPENAME 1  #define HAVE_FSTYPENAME 1
   
 /*  /*
  * Generic pointer, used by memcpy, malloc, etc.  Usually char or void.  
  */  
 typedef void POINTER;  
   
 /*  
  * Type of set file time function available   * Type of set file time function available
  */   */
 #define SETFTIME_TYPE   SETFTIME_UTIMES  #define SETFTIME_TYPE   SETFTIME_UTIMES
Line 78 
Line 73 
 /*  /*
  * Things we have   * Things we have
  */   */
 #define HAVE_FCHOWN                     /* Have fchown() */  
 #define HAVE_LCHOWN                     /* Have lchown() */  
 #define HAVE_FCHMOD                     /* Have fchmod() */  
 #define HAVE_FTRUNCATE                  /* Have ftruncate() */  
 #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 POSIX_SIGNALS                   /* Have POSIX signals */  #define POSIX_SIGNALS                   /* Have POSIX signals */
 #define HAVE_PATHS_H                    /* Have <paths.h> */  #define HAVE_PATHS_H                    /* Have <paths.h> */
   

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19