# # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher # --- ifupdown-0.6.4/execute.c~gcc34-fix 2004-04-28 00:16:45.000000000 +0200 +++ ifupdown-0.6.4/execute.c 2004-04-28 00:17:11.000000000 +0200 @@ -167,7 +167,7 @@ case 0: /* child */ execle("/bin/sh", "/bin/sh", "-c", str, NULL, environ); exit(127); - default: /* parent */ + default:; /* parent */ } waitpid(child, &status, 0); if (!WIFEXITED(status) || WEXITSTATUS(status) != 0)