svn commit: r300341 - head/lib/libc/gen

Bryan Drewery bdrewery at FreeBSD.org
Sat May 21 01:31:42 UTC 2016


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
 };


More information about the svn-src-head mailing list