busybox: fix build error in insmod applet on 2.4 (closes: #5220)

SVN-Revision: 16107
master
Nicolas Thill 15 years ago
parent 517728c9f7
commit adc83174bf
  1. 2
      package/busybox/patches/470-insmod_search.patch

@ -4,11 +4,11 @@
#include "libbb.h"
#include "modutils.h"
+#include <sys/utsname.h>
+#ifndef CONFIG_FEATURE_2_4_MODULES
+#include <sys/mman.h>
+#include <asm/unistd.h>
+#include <sys/syscall.h>
+#include <sys/utsname.h>
+#endif
+
+static char *g_filename = NULL;

Loading…
Cancel
Save