summaryrefslogtreecommitdiffstats
path: root/net/asterisk13/files/patch-main_crypt.c
blob: 78f49c83510aad9363bef55c08c3070688026ceb (plain)
1
2
3
4
5
6
7
8
9
10
11
--- main/crypt.c.orig	2016-07-21 14:54:02 UTC
+++ main/crypt.c
@@ -31,7 +31,7 @@
 ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
 
 #include <unistd.h>
-#if defined(HAVE_CRYPT_R)
+#if defined(HAVE_CRYPT_R) && !defined(__FreeBSD__)
 #include <crypt.h>
 #endif
 
OpenPOWER on IntegriCloud