$NetBSD$ --- libs/pbd/mountpoint.cc.orig 2009-02-24 12:38:16.000000000 +0000 +++ libs/pbd/mountpoint.cc @@ -99,7 +99,11 @@ mountpoint (string path) string mountpoint (string path) { +#if defined(__NetBSD__) + struct statvfs *mntbufp = 0; +#else struct statfs *mntbufp = 0; +#endif int count; unsigned int maxmatch = 0; unsigned int matchlen;