summaryrefslogtreecommitdiffstats
path: root/lib/libcurses/tinfo/comp_hash.c
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>1999-03-15 19:12:19 +0000
committermillert <millert@openbsd.org>1999-03-15 19:12:19 +0000
commit6dfa96fc5df5bbdeae7620249cdda1e18dca48b7 (patch)
tree6e4a06f09be440f9e63b9935cdfcfff07fb8487c /lib/libcurses/tinfo/comp_hash.c
parentncurses-4.2-990314 (diff)
downloadwireguard-openbsd-6dfa96fc5df5bbdeae7620249cdda1e18dca48b7.tar.xz
wireguard-openbsd-6dfa96fc5df5bbdeae7620249cdda1e18dca48b7.zip
ncurses-4.2-990314
Diffstat (limited to 'lib/libcurses/tinfo/comp_hash.c')
-rw-r--r--lib/libcurses/tinfo/comp_hash.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/libcurses/tinfo/comp_hash.c b/lib/libcurses/tinfo/comp_hash.c
index 95d9caf0e56..862dd21fb3e 100644
--- a/lib/libcurses/tinfo/comp_hash.c
+++ b/lib/libcurses/tinfo/comp_hash.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: comp_hash.c,v 1.2 1999/03/02 06:23:28 millert Exp $ */
+/* $OpenBSD: comp_hash.c,v 1.3 1999/03/15 19:12:22 millert Exp $ */
/****************************************************************************
* Copyright (c) 1998 Free Software Foundation, Inc. *
@@ -51,7 +51,7 @@
#define DEBUG(level, params) /*nothing*/
#endif
-MODULE_ID("$From: comp_hash.c,v 1.19 1999/02/22 22:49:43 tom Exp $")
+MODULE_ID("$From: comp_hash.c,v 1.20 1999/03/14 12:23:26 tom Exp $")
static int hash_function(const char *);
@@ -65,6 +65,10 @@ static int hash_function(const char *);
*/
#ifdef MAIN_PROGRAM
+
+#undef USE_RCS_IDS
+#include <tinfo/doalloc.c>
+
static void _nc_make_hash_table(struct name_table_entry *table,
struct name_table_entry **hash_table)
{