[package] update busybox to 1.15.2 (#5926)
[openwrt-10.03/.git] / package / busybox / patches / 242-udhcpc_msgs.patch
index 0140c7854fc30b5ded8b31ffe9ae503890aa0f9f..1200c34c7d294425771ce4215c5d92bf75d369cf 100644 (file)
@@ -3,7 +3,7 @@
 @@ -126,6 +126,7 @@ int FAST_FUNC send_decline(uint32_t xid,
  int FAST_FUNC send_discover(uint32_t xid, uint32_t requested)
  {
-       struct dhcpMessage packet;
+       struct dhcp_packet packet;
 +      static int msgs = 0;
  
        init_packet(&packet, DHCPDISCOVER);