cc-1164 cc: WARNING File = tdb/tdbutil.c, Line = 60 Argument of type "SIG_ATOMIC_T *" is incompatible with parameter of type "sig_atomic_t *". tdb_set_lock_alarm(&gotalarm); ^ tdb_set_lock_alarm() is defined in tdb.c. It looks like lines 197 & 199 of tdb.c should be changed to the uppercase SIG_ATOMIC_T for consistency with the rest of Samba. And also line 150 of tdb.h.
Changing to uppercase SIG_ATOMIC_T has side effects; the other tdb files that include "tdb.h" break because they don't also include "includes.h". tdb/tdbtool.c breaks if "includes.h" is included because it declares several names and procedures that are already declared in "includes.h".
already fixed.
my mistake. not fixed. reopening until I can spend time on it.
lowering priority
This warning has been eliminated by <derrell.lipman@unwireduniverse.com> as part of changes me made for Bug 2484.
sorry for the same, cleaning up the database to prevent unecessary reopens of bugs.