Группа :: Система/Ядро и оборудование
Пакет: mkinitrd-busybox
Главная Изменения Спек Патчи Загрузить Bugs and FR
Патч: busybox-1.00-pre8-amd64-hack.patch
--- coreutils/dd.c
+++ coreutils/dd.c
@@ -30,6 +30,9 @@
#include <fcntl.h>
#include "busybox.h"
+#ifdef __x86_64
+#undef ftruncate
+#endif
static const struct suffix_mult dd_suffixes[] = {
{ "c", 1 },