1 $NetBSD: patch-ai,v 1.11 2006/01/01 17:31:53 jmmv Exp $
3 --- modules/fstype.c.orig 2004-08-12 11:08:56.000000000 +0200
5 @@ -349,8 +349,12 @@ filesystem_type_uncached (char *path, ch
6 fstype_internal_error (1, errno, "%s", path);
9 +#if defined(__NetBSD__)
10 + type = fss.f_fstypename;
12 type = fss.f_basetype;
16 #ifdef FSTYPE_STATFS /* 4.4BSD. */