freebsd11_network: Add "return 0" to placate warning.
This commit is contained in:
@@ -67,6 +67,7 @@ mtx_trylock(struct mtx* mutex)
|
|||||||
return 0;
|
return 0;
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user