From owner-cvs-all Sat Aug 14 5:20:45 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0DF2D14C2D; Sat, 14 Aug 1999 05:20:42 -0700 (PDT) (envelope-from pho@FreeBSD.org) Received: (from pho@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA19908; Sat, 14 Aug 1999 05:19:41 -0700 (PDT) (envelope-from pho@FreeBSD.org) Message-Id: <199908141219.FAA19908@freefall.freebsd.org> From: Peter Holm Date: Sat, 14 Aug 1999 05:19:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/gen fts.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk pho 1999/08/14 05:19:41 PDT Modified files: lib/libc/gen fts.c Log: Reviewed by: phk When fts_open is used with option FTS_NOCHDIR the full path entry of type FTS_DP is returned with a trailing '/' if the final directory is empty. This fix coresponds to netbsd's __fts13.c v. 1.16 Revision Changes Path 1.9 +1 -1 src/lib/libc/gen/fts.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message