aboutsummaryrefslogtreecommitdiffstatshomepage
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
commit08669f3b61bca274d2da8109ff9079c3c9d33a6c (patch)
tree6285a449a9cb7752096d0d19fce1877e7fbb4af1 /term_ps.c
parent2e892f9959ef29a3c321dae3c74131113b5540b8 (diff)
downloadmandoc-08669f3b61bca274d2da8109ff9079c3c9d33a6c.tar.gz
mandoc-08669f3b61bca274d2da8109ff9079c3c9d33a6c.tar.zst
mandoc-08669f3b61bca274d2da8109ff9079c3c9d33a6c.zip
Lint noops. Also fixed getsubopt() to be in unistd.h (noted by joerg@).
Diffstat (limited to 'term_ps.c')
-rw-r--r--term_ps.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/term_ps.c b/term_ps.c
index 1c17bc5f..1ba93bda 100644
--- a/term_ps.c
+++ b/term_ps.c
@@ -1,4 +1,4 @@
-/* $Id: term_ps.c,v 1.2 2010/06/08 15:00:17 kristaps Exp $ */
+/* $Id: term_ps.c,v 1.3 2010/06/08 15:06:01 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -68,6 +68,7 @@ ps_free(void *arg)
}
+/* ARGSUSED */
static void
ps_end(struct termp *p)
{