aboutsummaryrefslogtreecommitdiffstats
path: root/packages/udhcp/files/gcc3.patch
blob: a39f42a7bd71c6dfbe064fd981aa59fc882c6f98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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 */