From c1a3f2353b38d22d94cbc0101f3115b8e2eefc30 Mon Sep 17 00:00:00 2001 From: lukem Date: Mon, 13 Oct 1997 16:13:39 +0000 Subject: use instead of for termcap(3) functions --- rain/rain.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'rain') diff --git a/rain/rain.c b/rain/rain.c index 02f7c32d..457ff889 100644 --- a/rain/rain.c +++ b/rain/rain.c @@ -1,4 +1,4 @@ -/* $NetBSD: rain.c,v 1.8 1997/10/12 01:12:52 lukem Exp $ */ +/* $NetBSD: rain.c,v 1.9 1997/10/13 16:13:39 lukem Exp $ */ /* * Copyright (c) 1980, 1993 @@ -43,7 +43,7 @@ __COPYRIGHT("@(#) Copyright (c) 1980, 1993\n\ #if 0 static char sccsid[] = "@(#)rain.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: rain.c,v 1.8 1997/10/12 01:12:52 lukem Exp $"); +__RCSID("$NetBSD: rain.c,v 1.9 1997/10/13 16:13:39 lukem Exp $"); #endif #endif /* not lint */ @@ -54,11 +54,11 @@ __RCSID("$NetBSD: rain.c,v 1.8 1997/10/12 01:12:52 lukem Exp $"); #include #include -#include #include #include #include #include +#include #include #define cursor(c, r) tputs(tgoto(CM, c, r), 1, fputchar) -- cgit v1.2.3-56-ge451