[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.23 and 1.24

version 1.23, 2014/07/10 14:29:27 version 1.24, 2014/07/12 03:02:27
Line 37 
Line 37 
  */   */
   
 /*  /*
  * NOTE: OpenBSD uses 64-bit file size semantics, and so you  
  * must be careful when using varargs-type functions  
  * like the *printf family when printing elements which  
  * might be 64-bits (such as stat->st_size from stat.h).  
  */  
   
 /*  
  * Set process args to messages that show up when running ps(1)  
  *  
  * OpenBSD has setproctitle() in libc so we don't want to use rdist's.  
  */  
 #define HAVE_SETPROCTITLE  
   
 /*  
  * Use f_fstypename in struct statfs.  
  */  
 #define HAVE_FSTYPENAME 1  
   
 /*  
  * Type of set file time function available   * Type of set file time function available
  */   */
 #define SETFTIME_TYPE   SETFTIME_UTIMES  #define SETFTIME_TYPE   SETFTIME_UTIMES
   
 /*  
  * Things we have  
  */  
 #define HAVE_VIS                        /* Have vis() */  
 #define HAVE_PATHS_H                    /* Have <paths.h> */  
   
 /*  /*
  * Path to remote shell command   * Path to remote shell command

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24