summaryrefslogtreecommitdiff
path: root/src/ls.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ls.c')
-rw-r--r--src/ls.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ls.c b/src/ls.c
index c26b91f92..38cdd252d 100644
--- a/src/ls.c
+++ b/src/ls.c
@@ -214,7 +214,7 @@ enum time_type
static enum time_type time_type;
-/* print the full time, -T, otherwise the standard unix heuristics. */
+/* print the full time, -f, otherwise the standard unix heuristics. */
int full_time;
@@ -777,7 +777,7 @@ print_dir (name, realname)
char *realname;
{
register DIR *reading;
- register struct direct *next;
+ register struct dirent *next;
register int total_blocks = 0;
errno = 0;
@@ -852,7 +852,7 @@ add_ignore_pattern (pattern)
static int
file_interesting (next)
- register struct direct *next;
+ register struct dirent *next;
{
register struct ignore_pattern *ignore;