331.49 patch to kernel conftest needed to compile for 3.13 kernel.

Was unable to get NVidia 331.49 kmdl to compile for fedora 20 kernel 3.13.x unless I changed the following line 1632 in kernel/conftest.sh

          get_num_physpages(NULL);      /* original */

          get_num_physpages();          /* now works */

Your patch makes no sense to me.
I use this for the rpmfusion package

[url]http://cvs.rpmfusion.org/viewvc/rpms/nvidia-304xx-kmod/F-20/nvidia_3.13_kernel.patch?revision=1.2&root=nonfree&view=markup[/url]

I’m aware of the patch you reference. Needed it for 331.20, but problem is fixed in 331.49 so didn’t need it.