summaryrefslogtreecommitdiffstats
path: root/usr.bin/passwd
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-03-23 14:14:24 +0000
committerbde <bde@FreeBSD.org>1998-03-23 14:14:24 +0000
commitd3106031d177d3ede26e50052f67e4823c879882 (patch)
tree850cdf8a354ee2ccd87291a4fe3ae4d25cfa59d1 /usr.bin/passwd
parent746ac8cb14540767827c682c47f86cee77273a6f (diff)
downloadFreeBSD-src-d3106031d177d3ede26e50052f67e4823c879882.zip
FreeBSD-src-d3106031d177d3ede26e50052f67e4823c879882.tar.gz
Ifdefed conditionally-unused variables.
Diffstat (limited to 'usr.bin/passwd')
-rw-r--r--usr.bin/passwd/passwd.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/passwd/passwd.c b/usr.bin/passwd/passwd.c
index e15531f..2ec8e44 100644
--- a/usr.bin/passwd/passwd.c
+++ b/usr.bin/passwd/passwd.c
@@ -42,7 +42,7 @@ static const char copyright[] =
static char sccsid[] = "@(#)passwd.c 8.3 (Berkeley) 4/2/94";
#endif
static const char rcsid[] =
- "$Id: passwd.c,v 1.12 1997/03/29 04:31:27 imp Exp $";
+ "$Id: passwd.c,v 1.13 1997/07/31 06:57:47 charnier Exp $";
#endif /* not lint */
#include <err.h>
@@ -78,7 +78,9 @@ main(argc, argv)
{
int ch;
char *uname;
+#ifdef KERBEROS
char *iflag = 0, *rflag = 0, *uflag = 0;
+#endif
#ifdef YP
#ifdef KERBEROS
OpenPOWER on IntegriCloud