SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
14
net/samba/patches/patch-lib_tevent_tevent_internal_h
Normal file
14
net/samba/patches/patch-lib_tevent_tevent_internal_h
Normal file
|
@ -0,0 +1,14 @@
|
|||
Index: lib/tevent/tevent_internal.h
|
||||
--- lib/tevent/tevent_internal.h.orig
|
||||
+++ lib/tevent/tevent_internal.h
|
||||
@@ -27,6 +27,10 @@
|
||||
License along with this library; if not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
+#ifdef HAVE_PTHREAD
|
||||
+#include <pthread.h>
|
||||
+#endif
|
||||
+
|
||||
struct tevent_req {
|
||||
/**
|
||||
* @brief What to do on completion
|
Loading…
Add table
Add a link
Reference in a new issue