aboutsummaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2002-04-16 07:53:42 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2002-04-16 07:53:42 +0000
commit0d652d42ca43745d1d2f02cfceeb7dc1ad358563 (patch)
tree5b3e1dd050184d27042acb49e83293c6aa16a82a /libexec
parent93ca0d0cfb6038fd6d7f3455cd0be6b4510787fb (diff)
downloadsrc-0d652d42ca43745d1d2f02cfceeb7dc1ad358563.tar.gz
src-0d652d42ca43745d1d2f02cfceeb7dc1ad358563.zip
Make this compilable without -DOPIE.
Hint by: ume
Notes
Notes: svn path=/head/; revision=94824
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 f4972f42ba54..dea24799842f 100644
--- a/libexec/rexecd/rexecd.c
+++ b/libexec/rexecd/rexecd.c
@@ -139,7 +139,7 @@ doit(int f, struct sockaddr_in *fromp)
struct opie opiedata;
char pass[OPIE_RESPONSE_MAX+1], opieprompt[OPIE_CHALLENGE_MAX+1];
#else /* OPIE */
- char user[16], pass[16];
+ char pass[16];
#endif /* OPIE */
struct passwd *pwd;
int s;