summaryrefslogtreecommitdiffstats
path: root/libexec
diff options
context:
space:
mode:
Diffstat (limited to 'libexec')
-rw-r--r--libexec/rexecd/rexecd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rexecd/rexecd.c b/libexec/rexecd/rexecd.c
index 18149fe..02c6843 100644
--- a/libexec/rexecd/rexecd.c
+++ b/libexec/rexecd/rexecd.c
@@ -139,7 +139,7 @@ doit(struct sockaddr *fromp)
char user[16], pass[16];
struct passwd *pwd, pwd_storage;
char *pwdbuf;
- int pwdbuflen;
+ size_t pwdbuflen;
int fd, r, sd;
u_short port;
int pv[2], pid, cc, nfds;
OpenPOWER on IntegriCloud