From a65a873e56c35780711e9f73872c4fe0254589b0 Mon Sep 17 00:00:00 2001 From: cgd Date: Mon, 24 Apr 1995 12:21:37 +0000 Subject: Various changes to make games compile w/o warnings on the alpha: Include appropriate includes, delete bogus function declarations, change sizes of variables and casts. --- larn/header.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'larn/header.h') diff --git a/larn/header.h b/larn/header.h index 2dfec532..01b7487b 100644 --- a/larn/header.h +++ b/larn/header.h @@ -1,4 +1,4 @@ -/* $NetBSD: header.h,v 1.6 1995/04/22 07:34:05 cgd Exp $ */ +/* $NetBSD: header.h,v 1.7 1995/04/24 12:23:54 cgd Exp $ */ /* header.h Larn is copyrighted 1986 by Noah Morgan. */ @@ -355,7 +355,7 @@ extern struct _itm itm[]; char *fortune(),*getenv(),*getlogin(),*lgetw(),*lgetl(),*ctime(); char *tmcapcnv(),*tgetstr(),*tgoto(); -long paytaxes(),lgetc(),lrint(),time(); +long paytaxes(),lgetc(),lrint(); unsigned long readnum(); void *malloc(); -- cgit v1.2.3-56-ge451