diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-10-18 14:07:51 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-10-18 14:07:51 +0200 |
commit | 3189d141522d7d710fa8c7f58e92bffd854088ce (patch) | |
tree | b859f492cbcd38c57d5335e2cddf6557f04b22bf /lib/util/util_file.c | |
parent | dc5dc3b469decd00609013da578b4a2c83bfe5fc (diff) | |
download | samba-3189d141522d7d710fa8c7f58e92bffd854088ce.tar.gz |
Use the new memory macro file from Samba 3.
Diffstat (limited to 'lib/util/util_file.c')
-rw-r--r-- | lib/util/util_file.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/util/util_file.c b/lib/util/util_file.c index 176ff75e026..0275e78c54f 100644 --- a/lib/util/util_file.c +++ b/lib/util/util_file.c @@ -25,7 +25,6 @@ #if _SAMBA_BUILD_ == 3 #undef malloc #undef realloc -#define realloc_p(p, type, count) (type *)realloc_array(p, sizeof(type), count, false) #endif /** |