-
Committer:
John Arbash Meinel
-
Date:
2010-02-10 22:52:04 UTC
-
mto:
This revision was merged to the branch mainline in
revision
5034.
-
Revision ID:
john@arbash-meinel.com-20100210225204-gkpyib953g2svoke
Fix bug #303275, return a kind marker for sockets and fifos.
file_kind() supports returning 'socket' or 'fifo', so kind_marker() should support them
as well. We could just return nothing, but we may as well just match 'ls -F'. No real
harm in doing so.