Commit 8caf560c authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Consistently use ssize_t (spotted by FlexeLint)

parent 6a2db563
......@@ -51,7 +51,7 @@ objallocwithnuke(struct worker *, const struct stevedore *, ssize_t size,
int flags);
static struct storage *
sml_stv_alloc(const struct stevedore *stv, size_t size, int flags)
sml_stv_alloc(const struct stevedore *stv, ssize_t size, int flags)
{
struct storage *st;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment