aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--term_ascii.c3
-rw-r--r--term_ps.c3
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 <kristaps@kth.se>
*
@@ -24,6 +24,7 @@
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
+#include <unistd.h>
#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 <kristaps@kth.se>
*
@@ -68,6 +68,7 @@ ps_free(void *arg)
}
+/* ARGSUSED */
static void
ps_end(struct termp *p)
{