diff options
Diffstat (limited to 'bin/ls/lomac.c')
-rw-r--r-- | bin/ls/lomac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ls/lomac.c b/bin/ls/lomac.c index e1462e0..8ee215a 100644 --- a/bin/ls/lomac.c +++ b/bin/ls/lomac.c @@ -106,7 +106,7 @@ lomac_stop(void) */ char * -get_lattr(FTSENT *ent) +get_lattr(const FTSENT *ent) { char *lattr; |