[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.1 and 1.2

version 1.1, 1996/02/03 12:12:33 version 1.2, 1996/03/05 03:16:09
Line 72 
Line 72 
  * Determine what routines we have to get filesystem info.   * Determine what routines we have to get filesystem info.
  */   */
 #define FSI_TYPE        FSI_GETFSSTAT  #define FSI_TYPE        FSI_GETFSSTAT
 #define FSTYPENAME      1  #ifndef FSTYPENAME
   #define FSTYPENAME      1               /* For OpenBSD 1.x */
   #endif
   
 /*  /*
  * Type of non-blocking I/O.   * Type of non-blocking I/O.

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2