summaryrefslogtreecommitdiff
path: root/games/tinymux/files/patch-src-db.h
diff options
context:
space:
mode:
Diffstat (limited to 'games/tinymux/files/patch-src-db.h')
-rw-r--r--games/tinymux/files/patch-src-db.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/games/tinymux/files/patch-src-db.h b/games/tinymux/files/patch-src-db.h
deleted file mode 100644
index 5692a9f8792f..000000000000
--- a/games/tinymux/files/patch-src-db.h
+++ /dev/null
@@ -1,20 +0,0 @@
---- db.h.orig Tue Oct 28 00:58:23 2003
-+++ db.h Tue Oct 28 00:58:46 2003
-@@ -16,7 +16,7 @@
- #define STORE(key, attr, len) cache_put(key, attr, len)
- #else
- #define STORE(key, attr) cache_put(key, attr)
--#endif RADIX_COMPRESSION
-+#endif /* RADIX_COMPRESSION */
- #define DELETE(key) cache_del(key)
- #define FETCH(key) cache_get(key)
- #define SYNC cache_sync()
-@@ -27,7 +27,7 @@
- #define FETCH(key)
- #define SYNC
- #define CLOSE
--#endif MEMORY_BASED
-+#endif /* MEMORY_BASED */
-
- #include "udb.h"
-