K 10 svn:author V 5 jhale K 8 svn:date V 27 2021-01-27T02:43:02.321300Z K 7 svn:log V 610 x11-toolkits/fox17: Fix build on FreeBSD 12.2. pthread_getname_np() was MFC'd in r362264 and I didn't take into account in the original patch. FXThread.cpp:970:8: error: no matching function for call to 'pthread_getname_np' if(pthread_getname_np(tid,desc,ARRAYNUMBER(desc))==0){ ^~~~~~~~~~~~~~~~~~ /usr/include/pthread.h:305:6: note: candidate function not viable: no known conversion from 'const volatile FX::FXThreadID' (aka 'const volatile unsigned long') to 'pthread_t' (aka 'pthread *') for 1st argument int pthread_getname_np(pthread_t, char *, size_t); Reported by: pkg-fallout END