]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/ebtables/ebtables-2.0.6/gcc34.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / ebtables / ebtables-2.0.6 / gcc34.patch
1
2 #
3 # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
4 #
5
6 --- ebtables-v2.0.6/ebtables.c~gcc34    2003-11-02 12:22:56.000000000 -0600
7 +++ ebtables-v2.0.6/ebtables.c  2004-06-03 13:27:28.000000000 -0500
8 @@ -1170,7 +1170,7 @@
9                 if (!t->compare(t->t, u_e->t))
10                         continue;
11                 return i;
12 -letscontinue:
13 +letscontinue:;
14         }
15         return -1;
16  }