summaryrefslogtreecommitdiff
path: root/src/unistd/crypt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/unistd/crypt.c')
-rw-r--r--src/unistd/crypt.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/unistd/crypt.c b/src/unistd/crypt.c
index e1235818..91b01da3 100644
--- a/src/unistd/crypt.c
+++ b/src/unistd/crypt.c
@@ -1,3 +1,5 @@
+#if 0
+
#include <unistd.h>
char * crypt( const char *key, const char *salt)
@@ -8,3 +10,6 @@ char * crypt( const char *key, const char *salt)
/*
XOPEN(4)
*/
+
+
+#endif