add netfilter netmap target
[openwrt.git] / package / radvd / patches / no-libfl.patch
1 diff -urN radvd-0.7.3.old/scanner.l radvd-0.7.3/scanner.l
2 --- radvd-0.7.3.old/scanner.l 2004-10-26 07:30:34.000000000 +0200
3 +++ radvd-0.7.3/scanner.l 2005-04-05 00:01:42.000000000 +0200
4 @@ -21,6 +21,8 @@
5
6 extern char *conf_file;
7
8 +int yywrap(void) { return 1; }
9 +
10 int num_lines = 1;
11 %}
12
This page took 0.040912 seconds and 5 git commands to generate.