summaryrefslogtreecommitdiff
path: root/usr.bin/chpass
diff options
context:
space:
mode:
authorJason Downs <downsj@cvs.openbsd.org>1998-05-29 22:26:47 +0000
committerJason Downs <downsj@cvs.openbsd.org>1998-05-29 22:26:47 +0000
commitcd6660d24f954e4008de19de11b75d51f6dc8e83 (patch)
tree13ea274327fb2f4d4f0deff73f936d304714c776 /usr.bin/chpass
parentbb20e79332e9721466c8d3fa21aceff684679458 (diff)
Remove shadow decl.
Diffstat (limited to 'usr.bin/chpass')
-rw-r--r--usr.bin/chpass/field.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/chpass/field.c b/usr.bin/chpass/field.c
index a205bf64853..1b82a395e48 100644
--- a/usr.bin/chpass/field.c
+++ b/usr.bin/chpass/field.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: field.c,v 1.2 1996/06/26 05:31:56 deraadt Exp $ */
+/* $OpenBSD: field.c,v 1.3 1998/05/29 22:26:46 downsj Exp $ */
/* $NetBSD: field.c,v 1.3 1995/03/26 04:55:28 glass Exp $ */
/*
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)field.c 8.4 (Berkeley) 4/2/94";
#else
-static char rcsid[] = "$OpenBSD: field.c,v 1.2 1996/06/26 05:31:56 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: field.c,v 1.3 1998/05/29 22:26:46 downsj Exp $";
#endif
#endif /* not lint */
@@ -248,7 +248,7 @@ p_shell(p, pw, ep)
struct passwd *pw;
ENTRY *ep;
{
- char *t, *ok_shell();
+ char *t;
if (!*p) {
pw->pw_shell = _PATH_BSHELL;