X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fplugins%2Fpassprompt.c;h=6c2c8284fd535c79384e0fb389f2198bfa54f665;hb=c898e34da6dfcaa9172c04dc27c02b371b90391d;hp=5e6a7f90bb755026387fed5bab7f7a789fd55f5f;hpb=5951347a39047850943e0b0ee31d025c6560a47c;p=ppp.git diff --git a/pppd/plugins/passprompt.c b/pppd/plugins/passprompt.c index 5e6a7f9..6c2c828 100644 --- a/pppd/plugins/passprompt.c +++ b/pppd/plugins/passprompt.c @@ -30,7 +30,7 @@ static int promptpass(char *user, char *passwd) int p[2]; pid_t kid; int readgood, wstat; - size_t red; + ssize_t red; if (promptprog[0] == 0 || access(promptprog, X_OK) < 0) return -1; /* sorry, can't help */