Группа :: Система/Ядро и оборудование
Пакет: mkinitrd-busybox
Главная Изменения Спек Патчи Загрузить Bugs and FR
Патч: busybox-1.00-pre8-compiler-fixes.patch
--- busybox-1.00-pre5/editors/sed.c 2004/02/04 09:45:00 1.1
+++ busybox-1.00-pre5/editors/sed.c 2004/02/04 09:51:01
@@ -73,6 +73,8 @@
Reference http://www.opengroup.org/onlinepubs/007904975/utilities/sed.html
*/
+#define _GNU_SOURCE
+
#include <stdio.h>
#include <unistd.h> /* for getopt() */
#include <regex.h>
--- busybox-1.00-pre5/modutils/insmod.c 2004/02/04 09:51:58 1.1
+++ busybox-1.00-pre5/modutils/insmod.c 2004/02/04 09:52:17
@@ -77,6 +77,7 @@
#include <string.h>
#include <getopt.h>
#include <fcntl.h>
+#include <libgen.h>
#include <sys/utsname.h>
#include "busybox.h"