diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2005-04-25 16:39:44 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2005-04-25 16:39:44 +0000 |
commit | 3dc3191d603e1cd6b3874d4be6a977879cc0f2eb (patch) | |
tree | 14731610b1ef0ab60ab306a0d3b1070448eecb11 /getpass.c | |
parent | e1655c38c8711e7324cdf38f5b64b7c37356d659 (diff) | |
download | fetchmail-3dc3191d603e1cd6b3874d4be6a977879cc0f2eb.tar.gz fetchmail-3dc3191d603e1cd6b3874d4be6a977879cc0f2eb.tar.bz2 fetchmail-3dc3191d603e1cd6b3874d4be6a977879cc0f2eb.zip |
Merge SuSE's fetchmail-6.2.5-declaration.patch
svn path=/trunk/; revision=4035
Diffstat (limited to 'getpass.c')
-rw-r--r-- | getpass.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -78,7 +78,6 @@ char *prompt; FILE *fi; static char pbuf[INPUT_BUF_SIZE]; SIGHANDLERTYPE sig = 0; /* initialization pacifies -Wall */ - RETSIGTYPE sigint_handler(int); int istty = isatty(0); |