View | Details | Raw Unified | Return to bug 277915 | Differences between
and this patch

Collapse All | Expand All

(-)b/crypto/openssl/crypto/async/arch/async_posix.h (-3 / +1 lines)
Lines 18-24 Link Here
18
# include <unistd.h>
18
# include <unistd.h>
19
19
20
# if _POSIX_VERSION >= 200112L \
20
# if _POSIX_VERSION >= 200112L \
21
     && (_POSIX_VERSION < 200809L || defined(__GLIBC__))
21
	&& (_POSIX_VERSION < 200809L || defined(__GLIBC__) || defined(__FreeBSD__))
22
22
23
# include <pthread.h>
23
# include <pthread.h>
24
24
25
- 
26
--
27
sys/sys/unistd.h | 2 +-
25
sys/sys/unistd.h | 2 +-
28
1 file changed, 1 insertion(+), 1 deletion(-)
26
1 file changed, 1 insertion(+), 1 deletion(-)
(-)b/sys/sys/unistd.h (-2 / +1 lines)
Lines 93-99 Link Here
93
#endif
93
#endif
94
94
95
/* Define the POSIX.1 version we target for compliance. */
95
/* Define the POSIX.1 version we target for compliance. */
96
#define	_POSIX_VERSION		200112L
96
#define	_POSIX_VERSION		200809L
97
97
98
/* access function */
98
/* access function */
99
#define	F_OK		0	/* test for existence of file */
99
#define	F_OK		0	/* test for existence of file */
100
- 

Return to bug 277915