From 82cd6fb13a67812cc39216f2e4b12a1980b0cb93 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Sat, 19 Aug 2000 20:15:21 +0000 Subject: We don't have fpsetmask(3) on the Alpha. --- games/battleball/files/patch-ab | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games/battleball') diff --git a/games/battleball/files/patch-ab b/games/battleball/files/patch-ab index 7a027906392a..df87d334a507 100644 --- a/games/battleball/files/patch-ab +++ b/games/battleball/files/patch-ab @@ -4,7 +4,7 @@ #include // to get sprintf() #include // to get strncpy() #include // to get time(time_t *) -+#ifdef __FreeBSD__ ++#if defined(__FreeBSD__) && !defined(__alpha__) +#include +#endif #include "bb.h" @@ -14,7 +14,7 @@ /*=========================================================================*/ // A long and complicated main() function! main (int argc, char *argv[]) { -+#ifdef __FreeBSD__ ++#if defined(__FreeBSD__) && !defined(__alpha__) + fpsetmask(0); +#endif bb= new battleBall(argc,argv); -- cgit v1.2.3