aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-boot/efibootmgr/files/efibootmgr-use-linux-pci-header.patch')
-rw-r--r--sys-boot/efibootmgr/files/efibootmgr-use-linux-pci-header.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/sys-boot/efibootmgr/files/efibootmgr-use-linux-pci-header.patch b/sys-boot/efibootmgr/files/efibootmgr-use-linux-pci-header.patch
deleted file mode 100644
index 7fa44f0a..00000000
--- a/sys-boot/efibootmgr/files/efibootmgr-use-linux-pci-header.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Use pci.h from linux... sys/pci.h is glibc specific.
-
---- src/lib/scsi_ioctls.c.orig 2014-12-28 10:43:35.513305649 +0100
-+++ src/lib/scsi_ioctls.c 2014-12-28 10:43:45.024306074 +0100
-@@ -19,11 +19,11 @@
- */
-
- #include <stdio.h>
--#include <sys/pci.h>
- #include <stdint.h>
- #include <sys/stat.h>
- #include <fcntl.h>
- #include <sys/ioctl.h>
-+#include <linux/pci.h>
- #include <linux/nvme.h>
- #include "scsi_ioctls.h"
-