1
0
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:
Stefan Metzmacher
2006-09-22 04:16:58 +00:00
committed by Gerald (Jerry) Carter
parent 646cf0ae8c
commit d49ffbc19b
19 changed files with 4972 additions and 117 deletions

View File

@@ -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)