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 /term_ps.c | |
parent | 16b6f21d2d5792a749be8ae218508c5333346570 (diff) | |
download | mandoc-04759c423ec318452d781322725260af09ce908a.tar.gz |
Lint noops. Also fixed getsubopt() to be in unistd.h (noted by joerg@).
Diffstat (limited to 'term_ps.c')
-rw-r--r-- | term_ps.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -68,6 +68,7 @@ ps_free(void *arg) } +/* ARGSUSED */ static void ps_end(struct termp *p) { |