diff options
-rw-r--r-- | include/search.h | 4 | ||||
-rw-r--r-- | lib/libc/shlib_version | 2 | ||||
-rw-r--r-- | lib/libpthread/shlib_version | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/include/search.h b/include/search.h index d0460df0f92..86f8742c5bc 100644 --- a/include/search.h +++ b/include/search.h @@ -1,4 +1,4 @@ -/* $OpenBSD: search.h,v 1.5 2002/02/17 19:42:21 millert Exp $ */ +/* $OpenBSD: search.h,v 1.6 2004/06/24 16:14:40 deraadt Exp $ */ /* $NetBSD: search.h,v 1.9 1995/08/08 21:14:45 jtc Exp $ */ /* @@ -35,7 +35,7 @@ typedef enum { __BEGIN_DECLS extern void *bsearch(const void *, const void *, size_t, size_t, int (*)(const void *, const void *)); -extern int hcreate(unsigned int); +extern int hcreate(size_t); extern void hdestroy(void); extern ENTRY *hsearch(ENTRY, ACTION); diff --git a/lib/libc/shlib_version b/lib/libc/shlib_version index 785601b1fd8..41d3590d8dc 100644 --- a/lib/libc/shlib_version +++ b/lib/libc/shlib_version @@ -1,2 +1,2 @@ -major=32 +major=33 minor=0 # note: remember to update minor in ../libpthread/shlib_version diff --git a/lib/libpthread/shlib_version b/lib/libpthread/shlib_version index d9961ea9fef..3066b9771e7 100644 --- a/lib/libpthread/shlib_version +++ b/lib/libpthread/shlib_version @@ -1,2 +1,2 @@ -major=4 +major=5 minor=0 |