Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / sysutils / gnome-vfs / patches / patch-ai
blobe11d255a623a4f0290f66cc5512eda937bb03d82
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
4 +++ modules/fstype.c
5 @@ -349,8 +349,12 @@ filesystem_type_uncached (char *path, ch
6         fstype_internal_error (1, errno, "%s", path);
7      }
8    else
9 +#if defined(__NetBSD__)
10 +    type = fss.f_fstypename;
11 +#else
12      type = fss.f_basetype;
13  #endif
14 +#endif
16  #ifdef FSTYPE_STATFS           /* 4.4BSD.  */
17    struct statfs fss;