summaryrefslogtreecommitdiffstats
path: root/term_ps.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-06-08 15:06:01 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-06-08 15:06:01 +0000
commit04759c423ec318452d781322725260af09ce908a (patch)
treecafc4fc2a8ef6ba3e32d9ed1de57f68a0d80d698 /term_ps.c
parent16b6f21d2d5792a749be8ae218508c5333346570 (diff)
downloadmandoc-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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/term_ps.c b/term_ps.c
index 74a55733..23be426d 100644
--- a/term_ps.c
+++ b/term_ps.c
@@ -68,6 +68,7 @@ ps_free(void *arg)
}
+/* ARGSUSED */
static void
ps_end(struct termp *p)
{