From 3bbba4d6589f800f18caad7713853808054df9cc Mon Sep 17 00:00:00 2001 From: Tom Yu Date: Fri, 13 Feb 1998 19:41:31 +0000 Subject: * db.h: Rename dbopen to avoid collision with NetBSD libc * db-ndbm.h: Rename lots of functions to avoid collisions with native dbm implementations. * db-int.h: Rename __hash_open to avoid potential collision with NetBSD libc. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10430 dc483132-0cff-0310-8789-dd5450dbe970 --- src/util/db2/include/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/util/db2/include/ChangeLog') diff --git a/src/util/db2/include/ChangeLog b/src/util/db2/include/ChangeLog index 4ec75bbb3..c3441611f 100644 --- a/src/util/db2/include/ChangeLog +++ b/src/util/db2/include/ChangeLog @@ -1,3 +1,13 @@ +Fri Feb 13 14:39:25 1998 Tom Yu + + * db.h: Rename dbopen to avoid collision with NetBSD libc. + + * db-ndbm.h: Rename lots of functions to avoid collisions with + native dbm implementations. + + * db-int.h: Rename __hash_open to avoid potential collision with + NetBSD libc. + Thu Aug 15 15:41:12 1996 Theodore Ts'o * db-ndbm.h: Add prototypes for missing functions dbm_error() and -- cgit