$OpenBSD: patch-mtasker_context_hh,v 1.1.1.1 2018/12/29 14:29:08 sthen Exp $

Index: mtasker_context.hh
--- mtasker_context.hh.orig
+++ mtasker_context.hh
@@ -22,7 +22,7 @@
 #ifndef MTASKER_CONTEXT_HH
 #define MTASKER_CONTEXT_HH
 
-#include "lazy_allocator.hh"
+#include "mystack_allocator.hh"
 #include <boost/function.hpp>
 #include <vector>
 #include <exception>
@@ -35,7 +35,7 @@ struct pdns_ucontext_t {
 
     void* uc_mcontext;
     pdns_ucontext_t* uc_link;
-    std::vector<char, lazy_allocator<char>> uc_stack;
+    std::vector<char, mystack_allocator<char>> uc_stack;
     std::exception_ptr exception;
 #ifdef PDNS_USE_VALGRIND
     int valgrind_id;
