--- grip-3.0.6/src/cdplay.c.orig 2003-03-06 22:01:14.000000000 +0200 +++ grip-3.0.6/src/cdplay.c 2003-03-06 22:01:58.000000000 +0200 @@ -90,7 +90,7 @@ #elif defined(__FreeBSD__) pthread_kill(ginfo->discdb_thread,0); #else - pthread_kill_other_threads_np(); + pthread_kill(ginfo->discdb_thread,0); #endif Debug(_("Aborted\n"));