summaryrefslogtreecommitdiff
path: root/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'system.h')
-rw-r--r--system.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/system.h b/system.h
index d796fbe72..15c7eed75 100644
--- a/system.h
+++ b/system.h
@@ -343,11 +343,6 @@ extern void unsetenv(const char *name);
#endif
#endif
-/* Solaris <= 2.6 limits getpass return to only 8 chars */
-#if HAVE_GETPASSPHRASE
-#define getpass getpassphrase
-#endif
-
#if ! HAVE_LCHOWN
#define lchown chown
#endif