diff options
| author | Tom Yu <tlyu@mit.edu> | 1997-12-21 23:36:14 +0000 |
|---|---|---|
| committer | Tom Yu <tlyu@mit.edu> | 1997-12-21 23:36:14 +0000 |
| commit | 925f3d2f2a1183b625f98a893a7386519ac491e7 (patch) | |
| tree | 352673844c1a49bdf7d91fda11e144924fca99ec /src/util/db2/ChangeLog | |
| parent | 2e833bedc1ddb766b4b4fc18868b620102aef31e (diff) | |
* hash/dbm.c: Rename the errno member of HTAB
* hash/hash.h: Rename the errno member of HTAB to local_errno to
avoid a collision with a glibc macro.
* hash/hash.c: Rename the errno member of HTAB to local_errno to
avoid a collision with a glibc macro.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10342 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/db2/ChangeLog')
| -rw-r--r-- | src/util/db2/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/util/db2/ChangeLog b/src/util/db2/ChangeLog index fdabe09b0..41774ba89 100644 --- a/src/util/db2/ChangeLog +++ b/src/util/db2/ChangeLog @@ -1,3 +1,13 @@ +Sun Dec 21 18:33:14 1997 Tom Yu <tlyu@mit.edu> + + * hash/dbm.c: Rename the errno member of HTAB. + + * hash/hash.h: Rename the errno member of HTAB to local_errno to + avoid a collision with a glibc macro. + + * hash/hash.c: Rename the errno member of HTAB to local_errno to + avoid a collision with a glibc macro. + Mon Nov 11 17:01:29 1996 Mark Eichin <eichin@cygnus.com> * db2: overflow_page fixes, __P redef |
