summaryrefslogtreecommitdiff
path: root/games/omega/patches/patch-ae
diff options
context:
space:
mode:
Diffstat (limited to 'games/omega/patches/patch-ae')
-rw-r--r--games/omega/patches/patch-ae22
1 files changed, 0 insertions, 22 deletions
diff --git a/games/omega/patches/patch-ae b/games/omega/patches/patch-ae
deleted file mode 100644
index 72e569b176a..00000000000
--- a/games/omega/patches/patch-ae
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD: patch-ae,v 1.4 2003/12/31 18:07:47 ben Exp $
-
---- compress.c.orig 1998-08-08 03:47:56.000000000 -0700
-+++ compress.c
-@@ -104,7 +104,7 @@ static char sccsid[] = "@(#)compress.c 5
- #ifdef PBITS /* Preferred BITS for this memory size */
- # ifndef BITS
- # define BITS PBITS
--# endif BITS
-+# endif /* BITS */
- #endif /* PBITS */
-
- #if BITS == 16
-@@ -347,7 +347,7 @@ unsigned short codetab [HSIZE];
- #else
- count_int htab [HSIZE];
- unsigned short codetab [HSIZE];
--#endif sel
-+#endif /* sel */
-
- #define htabof(i) htab[i]
- #define codetabof(i) codetab[i]