From eb63bdd072eafe6aba40d254a71fd87285f497da Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 20 Jan 1996 10:00:23 +0000 Subject: * sysdeps/unix/sysv/linux/tcdrain.c: Define tcdrain, not __tcdrain. * posix/glob.c (glob): Use prototype in getlogin decl. * db/ndbm.h: Declare dbm_error, dbm_clearerr. * db/db/db.c (__dberr): Define with prototype. (__dbpanic): Use prototypes in casts. * db/hash/hash_log2.c: Add prototype decl. * sysdeps/generic/_strerror.c (_strerror_internal): Define with prototype. --- db/hash/hash_log2.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'db/hash') diff --git a/db/hash/hash_log2.c b/db/hash/hash_log2.c index c8c56bff2d..92fda72ff0 100644 --- a/db/hash/hash_log2.c +++ b/db/hash/hash_log2.c @@ -42,6 +42,8 @@ static char sccsid[] = "@(#)hash_log2.c 8.2 (Berkeley) 5/31/94"; #include +u_int32_t __log2 __P((u_int32_t)); + u_int32_t __log2(num) u_int32_t num; -- cgit 1.4.1