Displaying 1 result from an estimated 1 matches for "brl_get_locks_readonly_state".
2013 Nov 28
1
Samba4 git pull (11/28/2013) won't compile on FreeBSD 9.2
...mpiler
Thread model: posix
gcc version 4.2.1 20070831 patched [FreeBSD]
root at t60:/usr/local/samba-master #
The following are the troubled code:
static void brl_get_locks_readonly_parser(TDB_DATA key, TDB_DATA data,
void *private_data)
{
struct brl_get_locks_readonly_state *state =
(struct brl_get_locks_readonly_state *)private_data;
struct byte_range_lock *br_lock;
br_lock = talloc_pooled_object(
state->mem_ctx, struct byte_range_lock, 1, data.dsize);
if (br_lock == NULL) {
*state->br_loc...