From 9927eebe7c5c257c990d86baaa8760994195d48b Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Thu, 28 Feb 2008 13:35:07 +1100 Subject: [PATCH 1/1] Add required include, and remove Samba comment from header. --- talloc/talloc.c | 1 + talloc/talloc.h | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/talloc/talloc.c b/talloc/talloc.c index e9f531fe..d624b917 100644 --- a/talloc/talloc.c +++ b/talloc/talloc.c @@ -34,6 +34,7 @@ #include "talloc.h" #include #include +#include /* use this to force every realloc to change the pointer, to stress test code that might not cope */ diff --git a/talloc/talloc.h b/talloc/talloc.h index 510cff75..b7316409 100644 --- a/talloc/talloc.h +++ b/talloc/talloc.h @@ -1,9 +1,6 @@ #ifndef CCAN_TALLOC_H #define CCAN_TALLOC_H /* - Unix SMB/CIFS implementation. - Samba temporary memory allocation functions - Copyright (C) Andrew Tridgell 2004-2005 Copyright (C) Stefan Metzmacher 2006 -- 2.39.2