diff options
Diffstat (limited to 'toys/count.c')
-rw-r--r-- | toys/count.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/toys/count.c b/toys/count.c index 901962b2..89f97d05 100644 --- a/toys/count.c +++ b/toys/count.c @@ -1,6 +1,8 @@ /* vi: set sw=4 ts=4: */ /* * count.c - Progress indicator from stdin to stdout + * + * Not in SUSv3. */ #include "toys.h" |