=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rdistd/Attic/filesys.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- src/usr.bin/rdistd/Attic/filesys.h 1996/06/26 05:38:22 1.3 +++ src/usr.bin/rdistd/Attic/filesys.h 1998/06/26 21:20:49 1.4 @@ -1,4 +1,5 @@ -/* * $OpenBSD: filesys.h,v 1.3 1996/06/26 05:38:22 deraadt Exp $*/ +/* $OpenBSD: filesys.h,v 1.4 1998/06/26 21:20:49 millert Exp $ */ + /* * Copyright (c) 1983 Regents of the University of California. * All rights reserved. @@ -33,6 +34,7 @@ */ /* + * $From: filesys.h,v 6.19 1995/12/12 00:46:46 mcooper Exp $ * @(#)filesys.h */ @@ -111,7 +113,7 @@ typedef struct statvfs statfs_t; # define statfs(mp,sb) statvfs(mp,sb) #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; #else # include