mirror of
https://github.com/samba-team/samba.git
synced 2025-11-21 12:23:50 +03:00
r18810: use a copy of samba4's talloc under lib/talloc/
to make mergeing easier. metze
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
646cf0ae8c
commit
d49ffbc19b
@@ -638,7 +638,7 @@ typedef int BOOL;
|
||||
#include "tdbutil.h"
|
||||
#include "tdbback.h"
|
||||
|
||||
#include "talloc.h"
|
||||
#include "lib/talloc/talloc.h"
|
||||
/* And a little extension. Abort on type mismatch */
|
||||
#define talloc_get_type_abort(ptr, type) \
|
||||
(type *)talloc_check_name_abort(ptr, #type)
|
||||
|
||||
Reference in New Issue
Block a user