From 08669f3b61bca274d2da8109ff9079c3c9d33a6c 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 | 3 ++- term_ps.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/term_ascii.c b/term_ascii.c index 36b4942a..d38450e5 100644 --- a/term_ascii.c +++ b/term_ascii.c @@ -1,4 +1,4 @@ -/* $Id: term_ascii.c,v 1.1 2010/06/08 15:00:17 kristaps Exp $ */ +/* $Id: term_ascii.c,v 1.2 2010/06/08 15:06:01 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -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 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 * @@ -68,6 +68,7 @@ ps_free(void *arg) } +/* ARGSUSED */ static void ps_end(struct termp *p) { -- cgit v1.2.3