projects
/
asterisk/asterisk.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
stasis_cache_pattern: Remove silly usage of RAII_VAR.
[asterisk/asterisk.git]
/
main
/
crypt.c
diff --git
a/main/crypt.c
b/main/crypt.c
index
a4cf664
..
131ebbd
100644
(file)
--- a/
main/crypt.c
+++ b/
main/crypt.c
@@
-28,10
+28,8
@@
#include "asterisk.h"
-ASTERISK_REGISTER_FILE()
-
#include <unistd.h>
-#if defined(HAVE_CRYPT_R)
+#if defined(HAVE_CRYPT_R) && !defined(__FreeBSD__)
#include <crypt.h>
#endif