diff options
Diffstat (limited to 'usr.bin/rdistd/filesys.h')
-rw-r--r-- | usr.bin/rdistd/filesys.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/rdistd/filesys.h b/usr.bin/rdistd/filesys.h index 57453f0d712..9e54bab4b8e 100644 --- a/usr.bin/rdistd/filesys.h +++ b/usr.bin/rdistd/filesys.h @@ -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 <sys/vfs.h> |