]> git.wh0rd.org - patches.git/blob - 600-missing_headers.patch
initial import
[patches.git] / 600-missing_headers.patch
1 $FreeWRT$
2 --- busybox-1.4.1/modutils/rmmod.c.orig 2007-01-24 21:34:39.000000000 +0000
3 +++ busybox-1.4.1/modutils/rmmod.c 2007-03-27 11:26:31.000000000 +0000
4 @@ -9,6 +9,7 @@
5
6 #include "busybox.h"
7 #include <sys/syscall.h>
8 +#include <asm/unistd.h>
9
10 #ifdef CONFIG_FEATURE_2_6_MODULES
11 static inline void filename2modname(char *modname, const char *afterslash)