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

Collapse All | Expand All

(-)src/afs/LINUX/osi_module.c~ (-1 / +1 lines)
Lines 407-413 Link Here
407
}
407
}
408
408
409
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,4,0)
409
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,4,0)
410
MODULE_LICENSE("http://www.openafs.org/dl/license10.html");
410
MODULE_LICENSE("GPL");
411
module_init(afs_init);
411
module_init(afs_init);
412
module_exit(afs_cleanup);
412
module_exit(afs_cleanup);
413
#endif
413
#endif

Return to bug 176050