diff options
author | Simo Sorce <idra@samba.org> | 2005-05-07 16:25:30 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:56:49 -0500 |
commit | 479fe39c177b8c64dbf253b06eb991f03503ec3d (patch) | |
tree | 78f5dc145d16f347efbf63e39d69088c07086461 | |
parent | 8f09abffd3d58f419a55159dadc7ae099b59595f (diff) | |
download | samba-479fe39c177b8c64dbf253b06eb991f03503ec3d.tar.gz samba-479fe39c177b8c64dbf253b06eb991f03503ec3d.tar.bz2 samba-479fe39c177b8c64dbf253b06eb991f03503ec3d.zip |
r6648: do not annoy make proto
(This used to be commit 62a662dea928545d9585d6b79879a844d8044d50)
-rw-r--r-- | source3/lib/talloc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/lib/talloc.c b/source3/lib/talloc.c index 4aeac5fef2..18fa04034b 100644 --- a/source3/lib/talloc.c +++ b/source3/lib/talloc.c @@ -1081,7 +1081,8 @@ void *talloc_autofree_context(void) return cleanup_context; } -size_t talloc_get_size(const void *context) { +size_t talloc_get_size(const void *context) +{ struct talloc_chunk *tc; if (context == NULL) |