From: millert Date: Mon, 27 Jan 1997 07:32:33 +0000 (+0000) Subject: Fallout from signal.h's inclusion of sys/time.h... X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=408bb4f53f1b3ef434855041353b553ded44cd1c;p=openbsd Fallout from signal.h's inclusion of sys/time.h... --- 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 - * than try and fix it. - */ -#define _KERNEL -#include -#undef _KERNEL - post(ch) char ch; { diff --git a/games/battlestar/externs.h b/games/battlestar/externs.h index cb3513a3ea5..e9bb110bf7e 100644 --- a/games/battlestar/externs.h +++ b/games/battlestar/externs.h @@ -35,6 +35,14 @@ * @(#)externs.h 8.1 (Berkeley) 5/31/93 */ +/* + * sigh -- this program thinks "time" is an int. It's easier to not load + * than try and fix it. + */ +#define _KERNEL +#include +#undef _KERNEL + #include #include #include