projects
/
ccan
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6cddf7b
)
Add required include, and remove Samba comment from header.
author
Rusty Russell
<rusty@vivaldi>
Thu, 28 Feb 2008 02:35:07 +0000
(13:35 +1100)
committer
Rusty Russell
<rusty@vivaldi>
Thu, 28 Feb 2008 02:35:07 +0000
(13:35 +1100)
talloc/talloc.c
patch
|
blob
|
history
talloc/talloc.h
patch
|
blob
|
history
diff --git
a/talloc/talloc.c
b/talloc/talloc.c
index e9f531fe58277992767534a345c11dfc0dc9e4ff..d624b9174dde42b8e892fb5764cb9544bd249671 100644
(file)
--- a/
talloc/talloc.c
+++ b/
talloc/talloc.c
@@
-34,6
+34,7
@@
#include "talloc.h"
#include <string.h>
#include <stdint.h>
+#include <errno.h>
/* 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 510cff7599f8d959480b84882b49bd76cfe1e43c..b73164093c043924bce74da8b30ea48be0b7b497 100644
(file)
--- 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