projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d474ffc
)
udhcpc: fix a warning in debug code
author
Denys Vlasenko
<vda.linux@googlemail.com>
Thu, 10 Mar 2016 23:26:58 +0000
(
00:26
+0100)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Thu, 10 Mar 2016 23:26:58 +0000
(
00:26
+0100)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
networking/udhcp/domain_codec.c
patch
|
blob
|
history
diff --git
a/networking/udhcp/domain_codec.c
b/networking/udhcp/domain_codec.c
index cee31f14dd4ef1addde43a5c8fe4e272f417a0aa..5a923cc2ccdcf108bfbf81ba59f0cfaebce3a2dd 100644
(file)
--- a/
networking/udhcp/domain_codec.c
+++ b/
networking/udhcp/domain_codec.c
@@
-7,6
+7,7
@@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
#ifdef DNS_COMPR_TESTING
+# define _GNU_SOURCE
# define FAST_FUNC /* nothing */
# define xmalloc malloc
# include <stdlib.h>