]> git.ozlabs.org Git - ccan/commitdiff
Add required include, and remove Samba comment from header.
authorRusty Russell <rusty@vivaldi>
Thu, 28 Feb 2008 02:35:07 +0000 (13:35 +1100)
committerRusty Russell <rusty@vivaldi>
Thu, 28 Feb 2008 02:35:07 +0000 (13:35 +1100)
talloc/talloc.c
talloc/talloc.h

index e9f531fe58277992767534a345c11dfc0dc9e4ff..d624b9174dde42b8e892fb5764cb9544bd249671 100644 (file)
@@ -34,6 +34,7 @@
 #include "talloc.h"
 #include <string.h>
 #include <stdint.h>
 #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 */
 
 /* use this to force every realloc to change the pointer, to stress test
    code that might not cope */
index 510cff7599f8d959480b84882b49bd76cfe1e43c..b73164093c043924bce74da8b30ea48be0b7b497 100644 (file)
@@ -1,9 +1,6 @@
 #ifndef CCAN_TALLOC_H
 #define CCAN_TALLOC_H
 /* 
 #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
    
    Copyright (C) Andrew Tridgell 2004-2005
    Copyright (C) Stefan Metzmacher 2006