Index: head/sysutils/fluent-bit/files/patch-lib_monkey_deps_flb__libco_ppc.c =================================================================== --- head/sysutils/fluent-bit/files/patch-lib_monkey_deps_flb__libco_ppc.c (nonexistent) +++ head/sysutils/fluent-bit/files/patch-lib_monkey_deps_flb__libco_ppc.c (revision 567839) @@ -0,0 +1,22 @@ +--- lib/monkey/deps/flb_libco/ppc.c.orig 2021-03-08 11:12:53 UTC ++++ lib/monkey/deps/flb_libco/ppc.c +@@ -279,7 +279,9 @@ static uint32_t* co_create_(unsigned size, uintptr_t e + return t; + } + +-cothread_t co_create(unsigned int size, void (*entry_)(void)) { ++cothread_t co_create(unsigned int size, void (*entry_)(void), ++ size_t *out_size) { ++ + uintptr_t entry = (uintptr_t)entry_; + uint32_t* t = 0; + +@@ -325,7 +327,7 @@ cothread_t co_create(unsigned int size, void (*entry_) + t[10] = (uint32_t)(sp >> shift >> shift); + t[11] = (uint32_t)sp; + } +- ++ *out_size = size; + return t; + } + Property changes on: head/sysutils/fluent-bit/files/patch-lib_monkey_deps_flb__libco_ppc.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property