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.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/unistd/crypt.c b/src/unistd/crypt.c
deleted file mode 100644
index 91b01da3..00000000
--- a/src/unistd/crypt.c
+++ /dev/null
@@ -1,15 +0,0 @@
-#if 0
-
-#include <unistd.h>
-
-char * crypt( const char *key, const char *salt)
-{
- return (char*)key;
-}
-
-/*
-XOPEN(4)
-*/
-
-
-#endif