From 6cc45efa555705ffce117f2d26fdbf6892766baf Mon Sep 17 00:00:00 2001 From: Nick Owens Date: Thu, 29 Jan 2026 21:38:00 -0800 Subject: [PATCH] mdnsd: remove global malloc_options declaration fixup for 5d0bdc6 (mdnsd: dont overwrite malloc_options, 2026-01-28) where i forgot to remove the global malloc_options symbol declaration. --- mdnsd/mdnsd.c | 1 - 1 file changed, 1 deletion(-) diff --git a/mdnsd/mdnsd.c b/mdnsd/mdnsd.c index 309a370..4c75792 100644 --- a/mdnsd/mdnsd.c +++ b/mdnsd/mdnsd.c @@ -52,7 +52,6 @@ void fetchhinfo(struct hinfo *); struct reflect_rule *parse_reflect_rule(char *); struct mdnsd_conf *conf = NULL; -extern char *malloc_options; __dead void usage(void)