diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2009-12-23 12:41:38 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2009-12-23 12:41:38 +0200 |
commit | 9f43fee26bc982945926d74d27844e5dbc829d70 (patch) | |
tree | 37470fa700d616205dc6010d0a38db782c98560b /system.h | |
parent | c47b96630c18143be25cc0a4c42c7f8005d18a5d (diff) | |
download | librpm-tizen-9f43fee26bc982945926d74d27844e5dbc829d70.tar.gz librpm-tizen-9f43fee26bc982945926d74d27844e5dbc829d70.tar.bz2 librpm-tizen-9f43fee26bc982945926d74d27844e5dbc829d70.zip |
Move getpass() portability tweaks out of system.h
- only signature.c needs, no need to pollute system.h
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 |