Skip Menu |
 

From: raeburn@mit.edu
Subject: CVS Commit
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.

Commit By: raeburn



Revision: 17515
Changed Files:
U trunk/src/modules/kdb/db2/ChangeLog
U trunk/src/modules/kdb/db2/policy_db.h
original problem-causing patches were in ticket 3236
It appears that on the 1.4 branch this isn't a problem, either because
the pre-DAL version of the code never had the problem, or it was fixed
while adjusting the merge of 3236 patches to pre-DAL code. So, dropping
the pullup tag...