summaryrefslogtreecommitdiff
path: root/usr.bin/id/id.c
diff options
context:
space:
mode:
authorPedro Martelletto <pedro@cvs.openbsd.org>2004-05-31 15:48:27 +0000
committerPedro Martelletto <pedro@cvs.openbsd.org>2004-05-31 15:48:27 +0000
commit8982b5e0858abbf4a787540503ab68b8b24aa3ef (patch)
tree897b3fa3e60ea746a7f9c926c089defd62ee6d38 /usr.bin/id/id.c
parentfca99464be8305e4c5f51c80d5333a9b886cb9c8 (diff)
zap unused variables, ok beck@
Diffstat (limited to 'usr.bin/id/id.c')
-rw-r--r--usr.bin/id/id.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/id/id.c b/usr.bin/id/id.c
index 63dfe534ae8..c015b94ed3d 100644
--- a/usr.bin/id/id.c
+++ b/usr.bin/id/id.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: id.c,v 1.14 2004/01/07 22:18:14 tdeval Exp $ */
+/* $OpenBSD: id.c,v 1.15 2004/05/31 15:48:26 pedro Exp $ */
/*-
* Copyright (c) 1991, 1993
@@ -37,7 +37,7 @@ static char copyright[] =
#ifndef lint
/*static char sccsid[] = "@(#)id.c 8.3 (Berkeley) 4/28/95";*/
-static char rcsid[] = "$OpenBSD: id.c,v 1.14 2004/01/07 22:18:14 tdeval Exp $";
+static char rcsid[] = "$OpenBSD: id.c,v 1.15 2004/05/31 15:48:26 pedro Exp $";
#endif /* not lint */
#include <sys/param.h>
@@ -260,7 +260,6 @@ group(struct passwd *pw, int nflag)
{
int cnt, ngroups;
gid_t gid, groups[NGROUPS + 1];
- uid_t uid;
struct group *gr;
char *fmt;