kernel: make the ubi attach patch check for a valid ubi magic rather than a tar magic
[openwrt/svn-archive/archive.git] / tools / b43-tools / patches / 002-no_libfl.patch
1 --- a/assembler/main.c
2 +++ b/assembler/main.c
3 @@ -1268,6 +1268,11 @@ static void initialize(void)
4 #endif /* YYDEBUG */
5 }
6
7 +int yywrap(void)
8 +{
9 + return 1;
10 +}
11 +
12 int main(int argc, char **argv)
13 {
14 int err, res = 1;