diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-08-28 19:31:35 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-08-28 19:31:35 +0000 |
commit | 6cacd009708c3fd85d6f61c5d587428e5036440f (patch) | |
tree | 23ff842d273dbdd8df63e17fd365afb07aa6bd1c /dns/dns2tcp/files/patch-common_includes_debug.h | |
parent | Fix emulators/virtualbox-os-additions on head after vget(9) change. (diff) |
dns/dns2tcp: fix build on recent curent
Notes
Notes:
svn path=/head/; revision=546808
Diffstat (limited to 'dns/dns2tcp/files/patch-common_includes_debug.h')
-rw-r--r-- | dns/dns2tcp/files/patch-common_includes_debug.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dns/dns2tcp/files/patch-common_includes_debug.h b/dns/dns2tcp/files/patch-common_includes_debug.h new file mode 100644 index 000000000000..d8fe8062d212 --- /dev/null +++ b/dns/dns2tcp/files/patch-common_includes_debug.h @@ -0,0 +1,11 @@ +--- common/includes/debug.h.orig 2020-08-28 19:24:48 UTC ++++ common/includes/debug.h +@@ -24,7 +24,7 @@ + #include <stdio.h> + #include <time.h> + +-int debug; ++extern int debug; + + #ifndef _WIN32 + #define DPRINTF(level, fmt, args...) \ |