findutils.patch 373 B

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