From: Keith Bostic Date: Mon, 9 Sep 1991 03:18:50 +0000 (-0800) Subject: db.h needs __DBINTERFACE_PRIVATE to get prototype for hash_open X-Git-Tag: BSD-4_4-Snapshot-Development~9384 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/16862b3e031c3b986dd2fedfc15a3b2f19069ebf db.h needs __DBINTERFACE_PRIVATE to get prototype for hash_open SCCS-vsn: lib/libc/db/hash/hsearch.c 5.7 --- diff --git a/usr/src/lib/libc/db/hash/hsearch.c b/usr/src/lib/libc/db/hash/hsearch.c index 48987380f5..4bb2fa983a 100644 --- a/usr/src/lib/libc/db/hash/hsearch.c +++ b/usr/src/lib/libc/db/hash/hsearch.c @@ -9,12 +9,13 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)hsearch.c 5.6 (Berkeley) %G%"; +static char sccsid[] = "@(#)hsearch.c 5.7 (Berkeley) %G%"; #endif /* LIBC_SCCS and not lint */ #include #include #include +#define __DBINTERFACE_PRIVATE #include #include "search.h"