$NetBSD: patch-af,v 1.1.1.1 2010/02/13 16:22:14 tnn2 Exp $

--- test/libnix/nix/nix-bsd-fs.c.orig	2010-02-13 15:20:39.000000000 +0000
+++ test/libnix/nix/nix-bsd-fs.c
@@ -202,7 +202,9 @@ cvt_statfs(struct statvfs const *native,
 	dest->f_owner = 0;
 	dest->f_ctime.tv_sec  = 0;
 	dest->f_ctime.tv_nsec = 0;
+#if !defined(__NetBSD__)
 	strcpy(dest->f_fstypename, native->f_basetype);
+#endif
 	/* XXX Fill in mount paths! */
 }
 #endif
