From owner-svn-src-head@freebsd.org Sat May 21 01:31:42 2016 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D48CBB437CE; Sat, 21 May 2016 01:31:42 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A5D471894; Sat, 21 May 2016 01:31:42 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4L1Vf3q032819; Sat, 21 May 2016 01:31:41 GMT (envelope-from bdrewery@FreeBSD.org) Received: (from bdrewery@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4L1Vfxr032817; Sat, 21 May 2016 01:31:41 GMT (envelope-from bdrewery@FreeBSD.org) Message-Id: <201605210131.u4L1Vfxr032817@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bdrewery set sender to bdrewery@FreeBSD.org using -f From: Bryan Drewery Date: Sat, 21 May 2016 01:31:41 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r300341 - head/lib/libc/gen X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 May 2016 01:31:42 -0000 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 };