diff options
Diffstat (limited to 'recipes/udhcp/files/gcc3.patch')
-rw-r--r-- | recipes/udhcp/files/gcc3.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/udhcp/files/gcc3.patch b/recipes/udhcp/files/gcc3.patch new file mode 100644 index 0000000000..a39f42a7bd --- /dev/null +++ b/recipes/udhcp/files/gcc3.patch @@ -0,0 +1,15 @@ + +# +# Patch managed by http://www.holgerschurig.de/patcher.html +# + +--- udhcp-0.9.8/dhcpc.c~gcc3 ++++ udhcp-0.9.8/dhcpc.c +@@ -132,6 +132,7 @@ + state = INIT_SELECTING; + break; + case INIT_SELECTING: ++ ; + } + + /* start things over */ |