diff options
Diffstat (limited to 'repo/system/syslinux/fix-sysmacros.patch')
-rw-r--r-- | repo/system/syslinux/fix-sysmacros.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/repo/system/syslinux/fix-sysmacros.patch b/repo/system/syslinux/fix-sysmacros.patch deleted file mode 100644 index dd622e8..0000000 --- a/repo/system/syslinux/fix-sysmacros.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/extlinux/main.c b/extlinux/main.c -index a7ebd49..69bb164 100644 ---- a/extlinux/main.c -+++ b/extlinux/main.c -@@ -41,6 +41,7 @@ - #include <sys/types.h> - #include <sys/mount.h> - #include <sys/vfs.h> -+#include <sys/sysmacros.h> - - #include "linuxioctl.h" - |