16 lines
500 B
Plaintext
16 lines
500 B
Plaintext
$OpenBSD: patch-src_server_speechd_c,v 1.4 2017/12/03 12:45:52 ajacoutot Exp $
|
|
Index: src/server/speechd.c
|
|
--- src/server/speechd.c.orig
|
|
+++ src/server/speechd.c
|
|
@@ -602,8 +602,10 @@ void speechd_init()
|
|
if (g_module_supported() == FALSE)
|
|
DIE("Loadable modules not supported by current platform.\n");
|
|
|
|
+#if 0
|
|
if (_POSIX_VERSION < 199506L)
|
|
DIE("This system doesn't support POSIX.1c threads\n");
|
|
+#endif
|
|
|
|
/* Fill GlobalFDSet with default values */
|
|
GlobalFDSet.min_delay_progress = 2000;
|