Author: bdrewery
Date: Sat May 21 01:31:41 2016
New Revision: 300341
URL: https://svnweb.freebsd.org/changeset/base/300341

Log:
  FTS: Remove stale reference to nfs4 fs which was removed in r192578.
  
  MFC after:    2 weeks

Modified:
  head/lib/libc/gen/fts-compat.c
  head/lib/libc/gen/fts.c

Modified: head/lib/libc/gen/fts-compat.c
==============================================================================
--- head/lib/libc/gen/fts-compat.c      Sat May 21 00:45:42 2016        
(r300340)
+++ head/lib/libc/gen/fts-compat.c      Sat May 21 01:31:41 2016        
(r300341)
@@ -114,7 +114,6 @@ static const char *ufslike_filesystems[]
        "ufs",
        "zfs",
        "nfs",
-       "nfs4",
        "ext2fs",
        0
 };

Modified: head/lib/libc/gen/fts.c
==============================================================================
--- head/lib/libc/gen/fts.c     Sat May 21 00:45:42 2016        (r300340)
+++ head/lib/libc/gen/fts.c     Sat May 21 01:31:41 2016        (r300341)
@@ -104,7 +104,6 @@ static const char *ufslike_filesystems[]
        "ufs",
        "zfs",
        "nfs",
-       "nfs4",
        "ext2fs",
        0
 };
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to