CVSROOT: /cvs Module name: ports Changes by: [email protected] 2019/08/04 11:41:18
Modified files:
www/ttyd : Makefile distinfo
Removed files:
www/ttyd/patches: patch-src_server_c patch-src_server_h
patch-src_utils_c
Log message:
update to ttyd head, the mutex problem was fixed upstream
- if (pthread_mutex_trylock(&client->mutex)) {
+ if (pthread_mutex_trylock(&client->mutex) == 0) {
