From 776490a40df8d1b4a84a07dd3e13bd10cd4c8bdd Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 19 Jan 2007 20:55:09 +0000 Subject: Add dhcp3 and dhcdbd for Network Manager git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1175 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta-extras/packages/dhcp/files/noattrmode.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 meta-extras/packages/dhcp/files/noattrmode.patch (limited to 'meta-extras/packages/dhcp/files/noattrmode.patch') diff --git a/meta-extras/packages/dhcp/files/noattrmode.patch b/meta-extras/packages/dhcp/files/noattrmode.patch new file mode 100644 index 000000000..5c766d6c0 --- /dev/null +++ b/meta-extras/packages/dhcp/files/noattrmode.patch @@ -0,0 +1,20 @@ + +# +# 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; + -- cgit v1.2.3