[packages_10.03.1] merge r27657
[openwrt/svn-archive/archive.git] / ipv6 / radvd / patches / 002-no_libfl.patch
1 --- a/scanner.l
2 +++ b/scanner.l
3 @@ -21,6 +21,8 @@
4
5 extern char *conf_file;
6
7 +int yywrap(void) { return 1; }
8 +
9 int num_lines = 1;
10 %}
11