* hash/hash_bigkey.c (collect_key, collect_data): Cast malloc
authorEzra Peisach <epeisach@mit.edu>
Thu, 15 Jan 1998 16:51:53 +0000 (16:51 +0000)
committerEzra Peisach <epeisach@mit.edu>
Thu, 15 Jan 1998 16:51:53 +0000 (16:51 +0000)
commit90f301b221e96cc68e0458ef49648cab50107724
tree195f066939319074e887b55f0d0107f37ef84ce8
parente85148679413cb4f77223967686e20b1c74f8054
* hash/hash_bigkey.c (collect_key, collect_data): Cast malloc
return value to correct types. (raeburn@cygnus.com)

* obj/Makefile.in (check): Set srcdir in environment.
(raeburn@cygnus.com)

* configure.in (AC_COMPILE_TYPE): replacment for AC_CHECK_TYPE
that uses AC_TRY_COMPILE instead of AC_EGREP_CPP.  For now, only
use it for the int32 types (where AC_CHECK_TYPE gets the wrong
result on __CYGWIN32__) and plan that AC_CHECK_TYPE itself gets
repaired. (Fix by eichin@cygnus.com)

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10351 dc483132-0cff-0310-8789-dd5450dbe970
src/util/db2/ChangeLog
src/util/db2/configure.in
src/util/db2/hash/hash_bigkey.c
src/util/db2/obj/Makefile.in