<div dir="ltr">finit_module(2) was added in Linux 3.8, and even CentOS 7.2 has 3.10, so<br>we should be able to assume that now rather than working around its<br>possible absence (especially in the *build* environment). I've left the<br>runtime workaround for now, since we need that to support the stdin use<br>case anyway.<br><br>Also add a missing error check for a failure to read, so we can give a<br>more relevant error message (we can't use xreadfile() because we need to<br>know the resulting size).<br>---<br> toys/other/insmod.c | 16 +++++-----------<br> 1 file changed, 5 insertions(+), 11 deletions(-)<br></div>