Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 272100 | Differences between
and this patch

Collapse All | Expand All

(-)hdjmod-1.28o/device.c (+2 lines)
Lines 2397-2403 Link Here
2397
		nl_sk = netlink_kernel_create(
2397
		nl_sk = netlink_kernel_create(
2398
									&init_net,
2398
									&init_net,
2399
									unit,
2399
									unit,
2400
#if LINUX_VERSION_CODE < KERNEL_VERSION(3,7,0)
2400
									THIS_MODULE,
2401
									THIS_MODULE,
2402
#endif
2401
									NULL);
2403
									NULL);
2402
#else
2404
#else
2403
		nl_sk = netlink_kernel_create(
2405
		nl_sk = netlink_kernel_create(

Return to bug 272100