From 8916e2056e90ba2c157dfd2b98fb48837d565646 Mon Sep 17 00:00:00 2001 From: dholland Date: Wed, 12 Aug 2009 08:04:05 +0000 Subject: sprinkle static --- larn/io.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'larn/io.c') diff --git a/larn/io.c b/larn/io.c index 0186d0a8..f9495afc 100644 --- a/larn/io.c +++ b/larn/io.c @@ -1,4 +1,4 @@ -/* $NetBSD: io.c,v 1.23 2008/02/03 21:24:58 dholland Exp $ */ +/* $NetBSD: io.c,v 1.24 2009/08/12 08:04: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.23 2008/02/03 21:24:58 dholland Exp $"); +__RCSID("$NetBSD: io.c,v 1.24 2009/08/12 08:04:05 dholland Exp $"); #endif /* not lint */ #include "header.h" @@ -650,8 +650,8 @@ cursors() * obvious meanings. */ -struct tinfo *info; -char *CM, *CE, *CD, *CL, *SO, *SE, *AL, *DL; /* Termcap capabilities */ +static struct tinfo *info; +static char *CM, *CE, *CD, *CL, *SO, *SE, *AL, *DL; /* Termcap capabilities */ static char *outbuf = 0; /* translated output buffer */ /* -- cgit v1.2.3