summaryrefslogtreecommitdiff
path: root/lib/libcurses/hashsize.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@cvs.openbsd.org>2010-01-12 23:22:15 +0000
committerNicholas Marriott <nicm@cvs.openbsd.org>2010-01-12 23:22:15 +0000
commit6ee254699bf787d78835419be2b3241fb037d444 (patch)
tree07fe67dab517e4990f344fe2c00e65cef4d25b81 /lib/libcurses/hashsize.h
parent0b62f5dc36fc7203a74cdc812c4234ae188fdfd2 (diff)
Update to ncurses 5.7, with local changes reapplied.
This is around eight years worth of changes (previously we were around ncurses 5.2), too many to list - many bug fixes and also a few new functions. A major bump for libcurses, libpanel, libform and libmenu. ok deraadt
Diffstat (limited to 'lib/libcurses/hashsize.h')
-rw-r--r--lib/libcurses/hashsize.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcurses/hashsize.h b/lib/libcurses/hashsize.h
index b6992abc67f..3e9e040ba9c 100644
--- a/lib/libcurses/hashsize.h
+++ b/lib/libcurses/hashsize.h
@@ -1,8 +1,8 @@
-/* $OpenBSD: hashsize.h,v 1.2 1999/01/18 19:07:24 millert Exp $ */
+/* $OpenBSD: hashsize.h,v 1.3 2010/01/12 23:21:59 nicm Exp $ */
/*
* hashsize.h -- hash and token table constants
*/
-#define CAPTABSIZE 497
-#define HASHTABSIZE ( 497 * 2)
+#define CAPTABSIZE 497
+#define HASHTABSIZE ( 497 * 2)