diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-09-23 06:08:25 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-09-23 06:08:25 +0000 |
commit | 1ac33876789c5ca4d244cce04ec77c1dc3addd4b (patch) | |
tree | bd993b8354c30021ca54f152c65cbd49e3ae7e0d /games | |
parent | 71350407bed9ca4d326898076371ccb65223b194 (diff) |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/xboing/files/patch-ball.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/xboing/files/patch-ball.c b/games/xboing/files/patch-ball.c new file mode 100644 index 000000000000..fc19a9088534 --- /dev/null +++ b/games/xboing/files/patch-ball.c @@ -0,0 +1,11 @@ +--- ball.c.old Mon Sep 23 12:48:00 2002 ++++ ball.c Mon Sep 23 12:48:09 2002 +@@ -50,7 +50,7 @@ + #include <stdio.h> + #include <stdlib.h> + #include <math.h> +-#include <values.h> ++#include <limits.h> + #include <xpm.h> + #include <X11/Xos.h> + |