Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP7:Update
grub2.22647
fix-grub2-use-stat-instead-of-udevadm-for-parti...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fix-grub2-use-stat-instead-of-udevadm-for-partition-lookup-with-new-glibc.patch of Package grub2.22647
Index: grub-2.02~rc1/grub-core/osdep/linux/hostdisk.c =================================================================== --- grub-2.02~rc1.orig/grub-core/osdep/linux/hostdisk.c +++ grub-2.02~rc1/grub-core/osdep/linux/hostdisk.c @@ -45,6 +45,12 @@ #include <errno.h> #include <limits.h> +#if defined(MAJOR_IN_MKDEV) +#include <sys/mkdev.h> +#elif defined(MAJOR_IN_SYSMACROS) +#include <sys/sysmacros.h> +#endif + # include <sys/ioctl.h> /* ioctl */ # include <sys/mount.h> # ifndef BLKFLSBUF
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