I have no way of testing this patch myself. Could someone with
appropriate access to Berkeley DB 2 please check to be sure this
doesn't break older systems? Thanks.
pkeusem <pkeusem(a)visi.com> writes in xemacs-beta(a)xemacs.org:
I ran into a problem compiling database.c while building 21.0.64,
I have Berkely DB 2.6.4 installed and it wants four arguments to the
cursor function not three. The new fourth argument is a flags
parameter and must be zero according to the docs.
I've attached a Changelog entry and two diffs, the first is a
cvs context diff, the second is a unified diff from my build tree.
You can get a unified diff from cvs with `cvs diff -u', btw.
...
* database.c: Add flags argument to cursor call (must be 0
according to docs) required for Berkely DB 2.6.4.
[3 CVS context diff <text/plain; us-ascii (7bit)>]