$NetBSD: patch-af,v 1.5 2005/05/17 17:06:12 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__ >= 200040000 +#define HAVE_SYS_STATVFS_H +#endif + /* End */