| 12345678910111213 |
- Index: find/fstype.c
- --- find/fstype.c.orig 2004-06-03 17:18:01.000000000 +0200
- +++ find/fstype.c 2004-06-04 09:52:45.000000000 +0200
- @@ -343,7 +343,7 @@
- }
- else
- {
- -#ifdef HAVE_F_FSTYPENAME_IN_STATFS
- +#if defined (HAVE_F_FSTYPENAME_IN_STATFS) || defined (__NetBSD__)
- type = xstrdup (fss.f_fstypename);
- #else
- type = fstype_to_string (fss.f_type);
|