opnsense-ports/security/p11-kit/files/patch-common__compat.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

15 lines
314 B
C

--- common/compat.c.orig 2014-10-06 05:29:32 UTC
+++ common/compat.c
@@ -34,12 +34,6 @@
#include "config.h"
-/*
- * This is needed to expose pthread_mutexattr_settype and PTHREAD_MUTEX_DEFAULT
- * on older pthreads implementations
- */
-#define _XOPEN_SOURCE 700
-
#include "compat.h"
#include <assert.h>