diff options
Diffstat (limited to 'usr.bin/chpass')
-rw-r--r-- | usr.bin/chpass/pw_yp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/chpass/pw_yp.c b/usr.bin/chpass/pw_yp.c index 0877987..d6cfaeb 100644 --- a/usr.bin/chpass/pw_yp.c +++ b/usr.bin/chpass/pw_yp.c @@ -266,7 +266,7 @@ int use_yp (user, uid, which) char bf[UT_NAMESIZE + 2]; char *result; char *server; - int resultlen; + long resultlen; char ubuf[UT_NAMESIZE + 2]; if (which) { |