diff options
Diffstat (limited to 'games/battlestar/com6.c')
-rw-r--r-- | games/battlestar/com6.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/games/battlestar/com6.c b/games/battlestar/com6.c index 5b8b755f5e1..9c6dcfb3084 100644 --- a/games/battlestar/com6.c +++ b/games/battlestar/com6.c @@ -95,14 +95,6 @@ live() exit(0); } -/* - * 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 - post(ch) char ch; { |