From ccda27626c3c6cd1976164c34418d0fd2f920b62 Mon Sep 17 00:00:00 2001 From: dholland Date: Sun, 3 Feb 2008 20:11:04 +0000 Subject: Larn does not need its own private versions of functions from . Also, remove the function gettokstr(), which is not used. From larn 12.2. --- larn/io.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'larn/io.c') diff --git a/larn/io.c b/larn/io.c index c6f41522..36e950cd 100644 --- a/larn/io.c +++ b/larn/io.c @@ -1,4 +1,4 @@ -/* $NetBSD: io.c,v 1.21 2008/02/03 19:20:41 dholland Exp $ */ +/* $NetBSD: io.c,v 1.22 2008/02/03 20:11:05 dholland Exp $ */ /* * io.c Larn is copyrighted 1986 by Noah Morgan. @@ -62,7 +62,7 @@ */ #include #ifndef lint -__RCSID("$NetBSD: io.c,v 1.21 2008/02/03 19:20:41 dholland Exp $"); +__RCSID("$NetBSD: io.c,v 1.22 2008/02/03 20:11:05 dholland Exp $"); #endif /* not lint */ #include "header.h" @@ -74,6 +74,7 @@ __RCSID("$NetBSD: io.c,v 1.21 2008/02/03 19:20:41 dholland Exp $"); #include #include #include +#include #ifdef TERMIO #include -- cgit v1.2.3