summaryrefslogtreecommitdiff
path: root/system.h
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2009-12-23 12:41:38 +0200
committerPanu Matilainen <pmatilai@redhat.com>2009-12-23 12:41:38 +0200
commit9f43fee26bc982945926d74d27844e5dbc829d70 (patch)
tree37470fa700d616205dc6010d0a38db782c98560b /system.h
parentc47b96630c18143be25cc0a4c42c7f8005d18a5d (diff)
downloadrpm-9f43fee26bc982945926d74d27844e5dbc829d70.tar.gz
rpm-9f43fee26bc982945926d74d27844e5dbc829d70.tar.bz2
rpm-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.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