OSDN Git Service

SYS_finit_module isn't there on Ubuntu 12.04 because it was only added to the
authorRob Landley <rob@landley.net>
Wed, 2 Mar 2016 05:41:01 +0000 (23:41 -0600)
committerRob Landley <rob@landley.net>
Wed, 2 Mar 2016 05:41:01 +0000 (23:41 -0600)
commitdfc44f12d7de952a5aec0c7a4141b609d18cd034
treecd3348e0b48ee766a785b8a6b2443b988350bf35
parent86f7c048254eab34d78ff105b54a5d31ec6ee9d3
SYS_finit_module isn't there on Ubuntu 12.04 because it was only added to the
3.8 kernel in 2012. That's way too new to assume the build environment has
it, so #ifdef and simulate a failure if it's not there.
toys/other/insmod.c