Void functions cannot return values.
This commit is contained in:
parent
cc3526f4d4
commit
f6e34b823a
@ -248,7 +248,7 @@ static __inline void uma_zfree(uma_zone_t zone, void *item);
|
||||
static __inline void
|
||||
uma_zfree(uma_zone_t zone, void *item)
|
||||
{
|
||||
return uma_zfree_arg(zone, item, NULL);
|
||||
uma_zfree_arg(zone, item, NULL);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user