diff options
Diffstat (limited to 'system.h')
-rw-r--r-- | system.h | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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 |