[BACK]Return to patch-src_base_kernel_Platform_unix_cpp CVS log [TXT][DIR] Up to [local] / ports / net / xmrig-proxy / patches

Annotation of ports/net/xmrig-proxy/patches/patch-src_base_kernel_Platform_unix_cpp, Revision 1.1

1.1     ! kirby       1: $OpenBSD$
        !             2:
        !             3: Index: src/base/kernel/Platform_unix.cpp
        !             4: --- src/base/kernel/Platform_unix.cpp.orig
        !             5: +++ src/base/kernel/Platform_unix.cpp
        !             6: @@ -72,7 +72,7 @@ char *xmrig::Platform::createUserAgent()
        !             7:      return buf;
        !             8:  }
        !             9:
        !            10: -
        !            11: +/*
        !            12:  #ifndef XMRIG_FEATURE_HWLOC
        !            13:  bool xmrig::Platform::setThreadAffinity(uint64_t cpu_id)
        !            14:  {
        !            15: @@ -90,6 +90,7 @@ bool xmrig::Platform::setThreadAffinity(uint64_t cpu_i
        !            16:      return result;
        !            17:  }
        !            18:  #endif
        !            19: +*/
        !            20:
        !            21:
        !            22:  void xmrig::Platform::setProcessPriority(int)

CVSweb