mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-02-17 09:38:03 -05:00
Portability of alloc-lite
git-svn-id: file:///svn/unbound/trunk@2018 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
b1c920bc8a
commit
6b5f246343
2 changed files with 2 additions and 2 deletions
|
|
@ -54,7 +54,7 @@
|
|||
#undef free
|
||||
#undef realloc
|
||||
#undef strdup
|
||||
char* unbound_lite_wrapstr(char* s) { return s; }
|
||||
#define unbound_lite_wrapstr(s) s
|
||||
#endif
|
||||
#include "libunbound/unbound.h"
|
||||
#include <ldns/ldns.h>
|
||||
|
|
|
|||
|
|
@ -80,7 +80,7 @@
|
|||
#undef realloc
|
||||
#undef free
|
||||
#undef strdup
|
||||
char* unbound_lite_wrapstr(char* s) { return s; }
|
||||
#define unbound_lite_wrapstr(s) s
|
||||
#endif
|
||||
struct todo_item;
|
||||
struct labdata;
|
||||
|
|
|
|||
Loading…
Reference in a new issue