diff options
| author | Linux User <emmett@vmi2195005.contaboserver.net> | 2025-04-11 06:52:03 +0000 |
|---|---|---|
| committer | Linux User <emmett@vmi2195005.contaboserver.net> | 2025-04-11 06:52:03 +0000 |
| commit | cd09bb7d98628514649b1ea2cec6dff948d5ca04 (patch) | |
| tree | 956ae96167b207ad6594413b40bff76e9cc4b8a6 /repos/extra/syslinux/syslinux-fix-missing-stdio.patch | |
| parent | a30382d7c240f38d8799eac313c14bccdd26bc2a (diff) | |
| download | alicelinux-cd09bb7d98628514649b1ea2cec6dff948d5ca04.tar.gz alicelinux-cd09bb7d98628514649b1ea2cec6dff948d5ca04.zip | |
archived mc, slang and syslinux
Diffstat (limited to 'repos/extra/syslinux/syslinux-fix-missing-stdio.patch')
| -rw-r--r-- | 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 100644 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 - |