From 04759c423ec318452d781322725260af09ce908a Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Tue, 8 Jun 2010 15:06:01 +0000 Subject: Lint noops. Also fixed getsubopt() to be in unistd.h (noted by joerg@). --- term_ascii.c | 1 + term_ps.c | 1 + 2 files changed, 2 insertions(+) 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 #include #include +#include #include "out.h" #include "term.h" 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) { -- cgit