Package: tree / 1.7.0-3

Metadata

Package Version Patches format
tree 1.7.0-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
PATH_MAX | (download)

tree.c | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 this symbol is only defined on systems with a fixed path length
 limit. The Hurd does not have such a limit, so it isn't defined. The program
 should deal with arbitrary long path names, but adding this patch will handle
 the problem in the meantime.