6relayd: various updates & fixes
[openwrt.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;