]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r233132: fts(3): Mention that FTS_NOCHDIR imposes {PATH_MAX} limits on
authorjilles <jilles@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 25 Mar 2012 20:03:13 +0000 (20:03 +0000)
committerjilles <jilles@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 25 Mar 2012 20:03:13 +0000 (20:03 +0000)
commit1a2406b787e31e1bac34241a4c39a343cf101bad
tree618da333775fa8c3f3db51b790e5ba97c726515a
parente5d2a3646bca5bc41a5bedbeca8b959e7243524f
MFC r233132: fts(3): Mention that FTS_NOCHDIR imposes {PATH_MAX} limits on
the returned pathnames.

With the current API (no *at functions), FTS_NOCHDIR requires that the
fts_accpath start with the original path passed to fts_open(); therefore,
the depth that can be reached is limited by the {PATH_MAX} constraint on
this pathname.

git-svn-id: svn://svn.freebsd.org/base/stable/9@233475 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
lib/libc/gen/fts.3