Subject: Re: sun-lamp CVS commits
To: None <current-users@NetBSD.ORG>
From: der Mouse <mouse@Collatz.McRCIM.McGill.EDU>
List: current-users
Date: 03/28/1995 14:12:37
>> Update of /a/cvsroot/src/games/battlestar
>> In directory pain.lcs.mit.edu:/b/tmp/cvs-serv17143
>>
>> Modified Files:
>> com6.c
>> Log Message:
>> KERNEL -> _KERNEL
> Why does a game need to know about _KERNEL?
UTSL.
/*
* sigh -- this program thinks "time" is an int. It's easier to not load
* <time.h> than try and fix it.
*/
#define KERNEL
#include <sys/time.h>
#undef KERNEL
der Mouse
mouse@collatz.mcrcim.mcgill.edu