Rewrite recalloc to the correct type
authorRan Benita <ran234@gmail.com>
Fri, 23 Mar 2012 21:47:26 +0000 (23:47 +0200)
committerDaniel Stone <daniel@fooishbar.org>
Tue, 27 Mar 2012 13:09:50 +0000 (14:09 +0100)
commit861b0c79c40786c5384adba208f353003b291849
treea72220d24b0e8ee847c30c588a719cd5e38837a8
parent0480f427adcc745c139841a23c80d15a3d44f4db
Rewrite recalloc to the correct type

The recalloc function should be expressed in terms of bytes to match its
name. However uTypedRecalloc retains its type so nothing is changed.

Signed-off-by: Ran Benita <ran234@gmail.com>
src/utils.c
src/utils.h