Issue Details
I am attempting to install NI-488.2 on a CentOS 7 machine. The makefile for NI-KAL fails with the following error:
Making nikal.ko
/var/lib/dkms/nikal/17.6/build/nikal.c: In function ‘nNIAKAL240_do_munmap’:
/var/lib/dkms/nikal/17.6/build/nikal.c:3719:4: error: too few arguments to function ‘do_munmap’
return do_munmap(mm, addr, len);
Why do I get this error, and how do I resolve it?