[Freeswitch-dev] skypopen.ko compile failed for 2.6.36.4
    Anton VG 
    anton.vazir at gmail.com
       
    Sat May  7 00:10:51 MSD 2011
    
    
  
IOCTL system in new kernels changed, it's described here
http://lwn.net/Articles/119652/
so we change line 315 of main.c of skypopen:
Old code
.ioctl =    skypopen_ioctl
new code
.compat_ioctl =    skypopen_ioctl
Than it compiles and loads into the kernel.
I'm just going to test if it actually works.
sorry for not providing patch, lasy...
    
    
More information about the FreeSWITCH-dev
mailing list