K 10 svn:author V 6 jbeich K 8 svn:date V 27 2018-09-01T12:59:52.333841Z K 7 svn:log V 511 devel/edb: unbreak build with Clang 6 (C++14 by default) os/unix/freebsd/MemoryRegions.cpp:99:9: error: no matching function for call to 'ptrace' while(ptrace(PT_VM_ENTRY, pid_, reinterpret_cast(&vm_entry), NULL) == 0) { ^~~~~~ /usr/include/sys/ptrace.h:218:5: note: candidate function not viable: no known conversion from 'nullptr_t' to 'int' for 4th argument int ptrace(int _request, pid_t _pid, caddr_t _addr, int _data); ^ Reported by: pkg-fallout END