Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#11839 closed enhancement (fixed)

fs-traverse should use fts functions

Reported by: kballard (Lily Ballard) Owned by: kballard (Lily Ballard)
Priority: Normal Milestone: MacPorts 1.4
Component: base Version: 1.4.3
Keywords: Cc:
Port:

Description

fs-traverse should use the fts.3 family of functions. Right now it uses opendir/readdir which means on 10.3 it'll have the same issue as file delete -force if you use it to delete files.

Change History (3)

comment:1 Changed 17 years ago by kballard (Lily Ballard)

Resolution: fixed
Status: newclosed
Type: defectenhancement

Fixed in r24423

comment:2 Changed 17 years ago by nox@…

Priority: ExpectedNormal

comment:3 Changed 17 years ago by jmpp@…

Merged into the release_1_4 branch in r24908.

-jmpp

Note: See TracTickets for help on using tickets.