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

Diff for /src/usr.bin/rdistd/Attic/filesys.h between version 1.3 and 1.4

version 1.3, 1996/06/26 05:38:22 version 1.4, 1998/06/26 21:20:49
Line 1 
Line 1 
 /* * $OpenBSD$*/  /*      $OpenBSD$       */
   
 /*  /*
  * Copyright (c) 1983 Regents of the University of California.   * Copyright (c) 1983 Regents of the University of California.
  * All rights reserved.   * All rights reserved.
Line 33 
Line 34 
  */   */
   
 /*  /*
    * $From: filesys.h,v 6.19 1995/12/12 00:46:46 mcooper Exp $
  * @(#)filesys.h   * @(#)filesys.h
  */   */
   
Line 111 
Line 113 
         typedef struct statvfs          statfs_t;          typedef struct statvfs          statfs_t;
 #       define statfs(mp,sb)            statvfs(mp,sb)  #       define statfs(mp,sb)            statvfs(mp,sb)
 #else  #else
 #if defined(BSD386) || defined(__bsdi__) || defined(FREEBSD) || STATFS_TYPE == STATFS_OSF1  #if defined(BSD386) || defined(__bsdi__) || defined(__OpenBSD__) || defined(FREEBSD) || STATFS_TYPE == STATFS_OSF1
         typedef struct statfs           statfs_t;          typedef struct statfs           statfs_t;
 #else  #else
 #       include <sys/vfs.h>  #       include <sys/vfs.h>

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4