$NetBSD: patch-af,v 1.6 2005/09/10 23:11:40 abs Exp $ --- OS/os.h-NetBSD.orig 2005-05-04 12:35:39.000000000 +0100 +++ OS/os.h-NetBSD @@ -12,4 +12,10 @@ typedef struct flock flock_t; #define os_strsignal strsignal #define OS_STRSIGNAL +#include + +#if __NetBSD_Version__ >= 299000900 +#define HAVE_SYS_STATVFS_H +#endif + /* End */