aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/dhcp/dhcp-4.2.4-P1/noattrmode.patch
diff options
context:
space:
mode:
authorAndrei Dinu <andrei.adrianx.dinu@intel.com>2012-08-24 12:15:34 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-08-25 14:41:54 +0100
commit5f68e2c4fb746ff798f9747776cc1f7620fb39dd (patch)
tree55fff55cfd959f2e52e3426b6702aa975191a6bd /meta/recipes-connectivity/dhcp/dhcp-4.2.4-P1/noattrmode.patch
parentc79fb25161b958b07fbfa965768754d51717d616 (diff)
downloadopenembedded-core-contrib-5f68e2c4fb746ff798f9747776cc1f7620fb39dd.tar.gz
dhcp : upgrade to 4.2.4-P1
Signed-off-by: Andrei Dinu <andrei.adrianx.dinu@intel.com>
Diffstat (limited to 'meta/recipes-connectivity/dhcp/dhcp-4.2.4-P1/noattrmode.patch')
-rw-r--r--meta/recipes-connectivity/dhcp/dhcp-4.2.4-P1/noattrmode.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/dhcp/dhcp-4.2.4-P1/noattrmode.patch b/meta/recipes-connectivity/dhcp/dhcp-4.2.4-P1/noattrmode.patch
new file mode 100644
index 0000000000..5c635e8dcb
--- /dev/null
+++ b/meta/recipes-connectivity/dhcp/dhcp-4.2.4-P1/noattrmode.patch
@@ -0,0 +1,21 @@
+Upstream-Status: Backport
+
+#
+# Patch managed by http://www.holgerschurig.de/patcher.html
+#
+
+--- dhcp-3.0.1/includes/dhcpd.h~compile
++++ dhcp-3.0.1/includes/dhcpd.h
+@@ -306,9 +306,9 @@
+ # define EPHEMERAL_FLAGS (MS_NULL_TERMINATION | \
+ UNICAST_BROADCAST_HACK)
+
+- binding_state_t __attribute__ ((mode (__byte__))) binding_state;
+- binding_state_t __attribute__ ((mode (__byte__))) next_binding_state;
+- binding_state_t __attribute__ ((mode (__byte__))) desired_binding_state;
++ binding_state_t binding_state;
++ binding_state_t next_binding_state;
++ binding_state_t desired_binding_state;
+
+ struct lease_state *state;
+