From bf94a704bc6a977f0ce25b1ab04a7123ec43169d Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 26 Jul 1999 09:17:56 +0000 Subject: [PATCH] more comments --- src/tail.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tail.c b/src/tail.c index 04d29a24c2..771920a4c0 100644 --- a/src/tail.c +++ b/src/tail.c @@ -102,10 +102,10 @@ struct File_spec dev_t dev; ino_t ino; - /* FIXME: describe */ + /* See description of DEFAULT_MAX_N_... below. */ unsigned int n_unchanged_stats; - /* FIXME: describe */ + /* See description of DEFAULT_MAX_N_... below. */ unsigned int n_consecutive_size_changes; /* A file is tailable if it is a regular file or a fifo and it is -- 2.47.3