aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-06-11 12:29:30 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-06-11 12:29:30 +0000
commiteb044f87873e16f1d2993fb1c1d601b43833562a (patch)
tree9df2f32338e8dafa406b844712a8cfa62165657e
parent8d0c77403c61d41b0c9b0dd02cca500847d4c0cf (diff)
Tim Sneddon made it build fine on VMS again.
-rw-r--r--src/getpass.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/getpass.c b/src/getpass.c
index 129430f2e..21cb679a7 100644
--- a/src/getpass.c
+++ b/src/getpass.c
@@ -50,7 +50,7 @@ char *getpass_r(const char *prompt, char *buffer, size_t buflen)
{
long sts;
short chan;
- struct _iosb iosb;
+
/* MSK, 23-JAN-2004, iosbdef.h wasn't in VAX V7.2 or CC 6.4 */
/* distribution so I created this. May revert back later to */
/* struct _iosb iosb; */