diff options
author | Will Andrews <will@FreeBSD.org> | 2000-12-26 05:31:26 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-12-26 05:31:26 +0000 |
commit | d23792c8aa1b1e4034f93a0170a310345f961cc9 (patch) | |
tree | 239b668af7d2ffc0d2d9c397e6831f592c112af6 /games/xtux/files/patch-ab | |
parent | Update to 0.7.6. (diff) |
Add xtux 2000.11.25, a game where you play an opensource mascot (e.g. Tux
or Daemon), and the goal is to save the world from Mr. Bill (Fumerola).
PR: 23791
Submitted by: Göran Runfeldt <goranrunfeldt@home.se>
Notes
Notes:
svn path=/head/; revision=36363
Diffstat (limited to 'games/xtux/files/patch-ab')
-rw-r--r-- | games/xtux/files/patch-ab | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/xtux/files/patch-ab b/games/xtux/files/patch-ab new file mode 100644 index 000000000000..4870a113691e --- /dev/null +++ b/games/xtux/files/patch-ab @@ -0,0 +1,10 @@ +--- src/client/misc.c.orig Tue Nov 14 07:18:38 2000 ++++ src/client/misc.c Sat Dec 23 06:47:57 2000 +@@ -4,6 +4,7 @@ + #include <string.h> + #include <pwd.h> + #include <unistd.h> ++#include <sys/syslimits.h> + + #include "xtux.h" + #include "client.h" |