diff options
author | pooka <pooka@pkgsrc.org> | 2003-03-01 21:14:55 +0000 |
---|---|---|
committer | pooka <pooka@pkgsrc.org> | 2003-03-01 21:14:55 +0000 |
commit | 0438ddaacc49d2c48dfabaee62b3919174048e3b (patch) | |
tree | cf390341181c6056ab56af0b68ce819d429e93b0 /games/nethack-qt | |
parent | d65e5aee6aa851d6af1be77a90ebda84f08740c4 (diff) | |
download | pkgsrc-0438ddaacc49d2c48dfabaee62b3919174048e3b.tar.gz |
Thanks for misleading me, cvs, but I really want this to go in.
Diffstat (limited to 'games/nethack-qt')
-rw-r--r-- | games/nethack-qt/patches/patch-aj | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/games/nethack-qt/patches/patch-aj b/games/nethack-qt/patches/patch-aj new file mode 100644 index 00000000000..9a6de3afa44 --- /dev/null +++ b/games/nethack-qt/patches/patch-aj @@ -0,0 +1,13 @@ +$NetBSD: patch-aj,v 1.3 2003/03/01 21:14:55 pooka Exp $ + +--- src/files.c.orig 2003-02-23 16:43:26.000000000 +0200 ++++ src/files.c 2003-03-01 22:57:10.000000000 +0200 +@@ -47,6 +47,8 @@ + # define O_BINARY 0 + #endif + ++#include <sys/syslimits.h> ++ + #ifdef PREFIXES_IN_USE + #define FQN_NUMBUF 4 + static char fqn_filename_buffer[FQN_NUMBUF][FQN_MAX_FILENAME]; |