diff options
Diffstat (limited to 'repos/extra/syslinux/syslinux-fix-missing-stdio.patch')
| -rwxr-xr-x | repos/extra/syslinux/syslinux-fix-missing-stdio.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/repos/extra/syslinux/syslinux-fix-missing-stdio.patch b/repos/extra/syslinux/syslinux-fix-missing-stdio.patch deleted file mode 100755 index 3a69ccf1..00000000 --- a/repos/extra/syslinux/syslinux-fix-missing-stdio.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- syslinux-6.03-orig/com32/lib/syslinux/debug.c -+++ syslinux-6.03/com32/lib/syslinux/debug.c -@@ -1,6 +1,7 @@ - #include <linux/list.h> - #include <string.h> - #include <stdbool.h> -+#include <stdio.h> - - #ifdef DYNAMIC_DEBUG - |