Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Maintenance:5737
pcfclock.openSUSE_Leap_42.1_Update
pcfclock-linux-3.19.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File pcfclock-linux-3.19.patch of Package pcfclock.openSUSE_Leap_42.1_Update
--- linux/pcfclock.c +++ linux/pcfclock.c @@ -269,7 +269,11 @@ int rc; int try; char buf1[18], buf2[18]; +#if LINUX_VERSION_CODE < KERNEL_VERSION(3,19,0) unsigned int minor = iminor(filp->f_dentry->d_inode); +#else + unsigned int minor = iminor(file_inode(filp)); +#endif struct pcfclock_struct *pcfclock = &pcfclock_table[minor]; struct pcfclock_status *status = (struct pcfclock_status *) &filp->private_data;
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor