diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-11-26 09:25:06 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-11-26 09:25:06 +0100 |
commit | d620ea3cb03e98582f347512752704c5595f2178 (patch) | |
tree | e79306f9b2a7ef1890d259af14489cf8229cf898 /package/dhcp/patches/patch-common_discover_c | |
parent | 6c89f848df14f4c038079854feb6578c9728fdea (diff) |
dhcp: update to 4.3.5, add a buildroot patch
Diffstat (limited to 'package/dhcp/patches/patch-common_discover_c')
-rw-r--r-- | package/dhcp/patches/patch-common_discover_c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/dhcp/patches/patch-common_discover_c b/package/dhcp/patches/patch-common_discover_c index 8f74086ff..372ca8e1c 100644 --- a/package/dhcp/patches/patch-common_discover_c +++ b/package/dhcp/patches/patch-common_discover_c @@ -1,6 +1,6 @@ ---- dhcp-4.1.0.orig/common/discover.c 2008-08-29 19:48:57.000000000 +0200 -+++ dhcp-4.1.0/common/discover.c 2009-06-12 21:18:42.000000000 +0200 -@@ -684,8 +684,8 @@ next_iface6(struct iface_info *info, int +--- dhcp-4.3.5.orig/common/discover.c 2016-09-27 21:16:50.000000000 +0200 ++++ dhcp-4.3.5/common/discover.c 2016-11-26 07:09:35.000000000 +0100 +@@ -692,8 +692,8 @@ next_iface6(struct iface_info *info, int for (i=0; i<16; i++) { unsigned char byte; static const char hex[] = "0123456789abcdef"; |