diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-06-08 15:06:01 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-06-08 15:06:01 +0000 |
commit | 04759c423ec318452d781322725260af09ce908a (patch) | |
tree | cafc4fc2a8ef6ba3e32d9ed1de57f68a0d80d698 | |
parent | 16b6f21d2d5792a749be8ae218508c5333346570 (diff) | |
download | mandoc-04759c423ec318452d781322725260af09ce908a.tar.gz |
Lint noops. Also fixed getsubopt() to be in unistd.h (noted by joerg@).
-rw-r--r-- | term_ascii.c | 1 | ||||
-rw-r--r-- | term_ps.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/term_ascii.c b/term_ascii.c index c1858a83..08e2a86c 100644 --- a/term_ascii.c +++ b/term_ascii.c @@ -24,6 +24,7 @@ #include <stdint.h> #include <stdio.h> #include <stdlib.h> +#include <unistd.h> #include "out.h" #include "term.h" @@ -68,6 +68,7 @@ ps_free(void *arg) } +/* ARGSUSED */ static void ps_end(struct termp *p) { |