diff options
Diffstat (limited to 'src/unistd/getpass.c')
| -rw-r--r-- | src/unistd/getpass.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/unistd/getpass.c b/src/unistd/getpass.c deleted file mode 100644 index 242c2643..00000000 --- a/src/unistd/getpass.c +++ /dev/null @@ -1,15 +0,0 @@ -#if 0 - -#include <unistd.h> - -char *getpass(const char *prompt) -{ - return (char*)prompt; -} - -/* -XOPEN(4,600) -*/ - - -#endif |
