diff options
author | obache <obache> | 2010-12-25 09:59:25 +0000 |
---|---|---|
committer | obache <obache> | 2010-12-25 09:59:25 +0000 |
commit | 431451de0eb8092f1f5840f93845354fe9f06d48 (patch) | |
tree | dbdb4f25cb9aacfcb629d5e12d31c625a0c3d392 /games/dungeon/patches/patch-ab | |
parent | 7256b2ba548a533b6c0fca18126cdfdc1377fa1a (diff) | |
download | pkgsrc-431451de0eb8092f1f5840f93845354fe9f06d48.tar.gz |
simplify.
Diffstat (limited to 'games/dungeon/patches/patch-ab')
-rw-r--r-- | games/dungeon/patches/patch-ab | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/dungeon/patches/patch-ab b/games/dungeon/patches/patch-ab index fb72eca5429..13e508b0926 100644 --- a/games/dungeon/patches/patch-ab +++ b/games/dungeon/patches/patch-ab @@ -1,13 +1,13 @@ -$NetBSD: patch-ab,v 1.1 2009/11/28 20:25:40 pgoyette Exp $ +$NetBSD: patch-ab,v 1.2 2010/12/25 09:59:25 obache Exp $ Remove an obsolete check that pointers fit into 32-bit data types. I was unable to find any code remaining that depends on this, and at least one program (dungeon!) works just fine without having had to do any hashtable coding! ---- ../glkterm/main.c.orig 2009-11-20 14:08:33.000000000 -0800 -+++ ../glkterm/main.c 2009-11-20 13:14:24.000000000 -0800 -@@ -52,10 +52,12 @@ +--- glkterm/main.c.orig 2008-03-18 02:32:07.000000000 +0000 ++++ glkterm/main.c +@@ -52,10 +52,12 @@ int main(int argc, char *argv[]) printf("Compile-time error: glui32 is not unsigned. Please fix glk.h.\n"); return 1; } |