From c4681dc027d7cdf9019c8e8af1ee47dc45446afd Mon Sep 17 00:00:00 2001 From: christos Date: Sun, 13 Jul 1997 20:21:32 +0000 Subject: gtime -> gltime to avoid conflict in time.h --- larn/diag.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'larn/diag.c') diff --git a/larn/diag.c b/larn/diag.c index e9ca5953..26324ad3 100644 --- a/larn/diag.c +++ b/larn/diag.c @@ -1,5 +1,5 @@ #ifndef lint -static char rcsid[] = "$NetBSD: diag.c,v 1.6 1995/04/24 12:23:49 cgd Exp $"; +static char rcsid[] = "$NetBSD: diag.c,v 1.7 1997/07/13 20:21:34 christos Exp $"; #endif /* not lint */ /* diag.c Larn is copyrighted 1986 by Noah Morgan. */ @@ -171,7 +171,7 @@ savegame(fname) times(&cputime); /* get cpu time */ c[CPUTIME] += (cputime.tms_utime+cputime.tms_stime)/60; lwrite((char*)&c[0],100*sizeof(long)); - lprint((long)gtime); lprc(level); + lprint((long)gltime); lprc(level); lprc(playerx); lprc(playery); lwrite((char*)iven,26); lwrite((char*)ivenarg,26*sizeof(short)); for (k=0; k