Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Ledest:kernel:15.3
virtualbox
fixes-for-5.15.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fixes-for-5.15.patch of Package virtualbox
Index: VirtualBox-6.1.26/include/iprt/stdarg.h =================================================================== --- VirtualBox-6.1.26.orig/include/iprt/stdarg.h +++ VirtualBox-6.1.26/include/iprt/stdarg.h @@ -44,7 +44,12 @@ # define __builtin_stdarg_start __builtin_va_start # endif # else -# include <stdarg.h> +# include <linux/version.h> +# if LINUX_VERSION_CODE < KERNEL_VERSION(5, 15, 0) +# include <stdarg.h> +# else +# include <linux/stdarg.h> +# endif # endif #endif
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