* recno/rec_seq.c: Include unused sccsid when LIBC_SCCS defined
authorEzra Peisach <epeisach@mit.edu>
Mon, 3 Jul 2000 03:43:42 +0000 (03:43 +0000)
committerEzra Peisach <epeisach@mit.edu>
Mon, 3 Jul 2000 03:43:42 +0000 (03:43 +0000)
commitbb57abf8209a1f33febc8bce060f974a5b777c83
tree8c82fcf77499d75b9c5b8c40cb1d0c3602618de7
parentee509b0a56eef92a7b738fa3b05b552ae46bdd83
   * recno/rec_seq.c: Include unused sccsid when LIBC_SCCS defined

        * recno/rec_close.c (__rec_close): Explicit braces to avoid
        ambiguous `else'

        * btree/bt_split.c (bt_psplit): Parenthesis about && and ||
        conditional.

        * btree/bt_put.c (__bt_put): Extra {} to make nested if/else
        unambiguous.

        * btree/bt_open.c (__bt_open): Add parenthesis to ensure
        precedence ordering.

        * hash/dbm.c (kdb2_dbm_firstkey): Conditionalize defintion of
        variables based on use.

        * hash/hash_func.c: Ifdef out unused static hash functions.

        * hash/hash.c (init_htab): Remove unused variable.

gcc -Wall warnings.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12515 dc483132-0cff-0310-8789-dd5450dbe970
src/util/db2/ChangeLog
src/util/db2/btree/bt_open.c
src/util/db2/btree/bt_put.c
src/util/db2/btree/bt_split.c
src/util/db2/hash/dbm.c
src/util/db2/hash/hash.c
src/util/db2/hash/hash_func.c
src/util/db2/recno/rec_close.c
src/util/db2/recno/rec_seq.c