Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:X0F:HSF:Kernel
bbswitch
bbswitch-fix-header-inclusion.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File bbswitch-fix-header-inclusion.patch of Package bbswitch
From: Takashi Iwai <tiwai@suse.de> Subject: Add missing inclusion of linux/proc_fs.h References: boo#1183060 The recent kernels like Leap 15.3 and later need to include linux/proc_fs.h explicitly, otherwise the procfs API won't be available. Signed-off-by: Takashi Iwai <tiwai@suse.de> --- bbswitch.c | 1 + 1 file changed, 1 insertion(+) --- a/bbswitch.c +++ b/bbswitch.c @@ -35,6 +35,7 @@ #include <linux/suspend.h> #include <linux/seq_file.h> #include <linux/pm_runtime.h> +#include <linux/proc_fs.h> #define BBSWITCH_VERSION "0.8"
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