diff options
| author | Ken Raeburn <raeburn@mit.edu> | 2005-11-29 07:38:45 +0000 |
|---|---|---|
| committer | Ken Raeburn <raeburn@mit.edu> | 2005-11-29 07:38:45 +0000 |
| commit | 52e7daa850554e507f7df50e77041fd67ddbcca1 (patch) | |
| tree | 6307c328996ae9c44ae8060168ffbd5221e630ae /src/modules/kdb/db2/ChangeLog | |
| parent | 85972c7ca91998906a3852f7343f6b1c74f02066 (diff) | |
Tru64 compilation fails after k5-int.h/krb5.h changes
Due to some silliness in db-config.h and the Tru64 system header files, an
accidental change in the order of inclusion of certain headers caused the build
to fail.
With this patch, "make all" succeeds, but "make check" fails partway through;
I'm still investigating, and don't know at this point if there are additional
compilation problems.
* policy_db.h: Include db.h after gssrpc/types.h, to fix compilation on Tru64.
ticket: new
target_version: 1.4.4
status: open
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17515 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/modules/kdb/db2/ChangeLog')
| -rw-r--r-- | src/modules/kdb/db2/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/modules/kdb/db2/ChangeLog b/src/modules/kdb/db2/ChangeLog index 0e83bcb90..fe61913f8 100644 --- a/src/modules/kdb/db2/ChangeLog +++ b/src/modules/kdb/db2/ChangeLog @@ -1,3 +1,8 @@ +2005-11-29 Ken Raeburn <raeburn@mit.edu> + + * policy_db.h: Include db.h after gssrpc/types.h, to fix + compilation on Tru64. + 2005-11-17 Ken Raeburn <raeburn@mit.edu> * policy_db.h: Include errno.h and krb5.h instead of k5-int.h. |
