diff options
Diffstat (limited to 'src/unistd/crypt.c')
-rw-r--r-- | src/unistd/crypt.c | 5 |
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 |