- Code: Select all
int _init(void)
{
_dumm ();
cmn_err(1,"evil: successfully installed");
return 0;
}
I simply renamed the _init function to local_int and the error went away. However that did not work for _dumm. I have tried many different #include files too and can't get cmn_err working either. Any help would be appreciated.


