Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 May 2016 01:31:41 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r300341 - head/lib/libc/gen
Message-ID:  <201605210131.u4L1Vfxr032817@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 };



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605210131.u4L1Vfxr032817>