]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/ifupdown/ifupdown-0.6.4/gcc34-fix.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / ifupdown / ifupdown-0.6.4 / gcc34-fix.patch
1
2 #
3 # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
4 #
5
6 --- ifupdown-0.6.4/execute.c~gcc34-fix  2004-04-28 00:16:45.000000000 +0200
7 +++ ifupdown-0.6.4/execute.c    2004-04-28 00:17:11.000000000 +0200
8 @@ -167,7 +167,7 @@
9                     case 0: /* child */
10                         execle("/bin/sh", "/bin/sh", "-c", str, NULL, environ);
11                         exit(127);
12 -                   default: /* parent */
13 +                   default:; /* parent */
14                 }
15                 waitpid(child, &status, 0);
16                 if (!WIFEXITED(status) || WEXITSTATUS(status) != 0)