mirror of
https://git.freebsd.org/ports.git
synced 2025-07-11 22:39:16 -04:00
Give MAINTAINERship to submitter, modernize port. PR: 215866 Submitted by:Pavel Volkov (pavelivolkov gmail com) Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D9186
11 lines
264 B
C
11 lines
264 B
C
--- src/runtime/thread.c.orig 2017-01-06 06:49:29 UTC
|
|
+++ src/runtime/thread.c
|
|
@@ -50,7 +50,7 @@
|
|
|
|
#ifdef LISP_FEATURE_SB_THREAD
|
|
|
|
-#ifdef LISP_FEATURE_OPENBSD
|
|
+#if defined(LISP_FEATURE_OPENBSD) || defined(LISP_FEATURE_FREEBSD)
|
|
#include <pthread_np.h>
|
|
#endif
|
|
|