]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r240973: find: Do not pass fd to save current directory to child
authorjilles <jilles@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 8 Oct 2012 16:00:33 +0000 (16:00 +0000)
committerjilles <jilles@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 8 Oct 2012 16:00:33 +0000 (16:00 +0000)
commit60b0ad039aa6aafc41f1c03df5d7fb01c709c723
treef5da520c8d683427110ef3d7405c040c438cfeae
parent82001ee298f445b753ae54c883c2e3285d8fcfc4
MFC r240973: find: Do not pass fd to save current directory to child
processes.

This removes one of the two wrongly passed file descriptors. The other one
appears to be from fts(3).

git-svn-id: svn://svn.freebsd.org/base/stable/8@241352 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
usr.bin/find/main.c