diff options
Diffstat (limited to 'games/xscavenger/patches/patch-ad')
-rw-r--r-- | games/xscavenger/patches/patch-ad | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/games/xscavenger/patches/patch-ad b/games/xscavenger/patches/patch-ad new file mode 100644 index 00000000000..a2cfe53ea4b --- /dev/null +++ b/games/xscavenger/patches/patch-ad @@ -0,0 +1,13 @@ +$NetBSD: patch-ad,v 1.1 2005/09/08 13:39:21 martin Exp $ + +--- scav.h.orig 2001-01-10 17:10:22.000000000 +0100 ++++ scav.h 2005-09-08 14:52:08.000000000 +0200 +@@ -383,7 +383,7 @@ extern uchar ibuff[IBUFFLEN]; + extern uchar *getgfx(); + + +-extern long readlong(); ++extern uint32_t readlong(); /* because that's what it reads */ + extern int rbs(); + extern int myci(); + |