aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorChris Costello <chris@FreeBSD.org>1999-09-05 23:27:53 +0000
committerChris Costello <chris@FreeBSD.org>1999-09-05 23:27:53 +0000
commit45e46bb14ab879b3088fd349e6a13a2b4f0daa53 (patch)
treeec692cc890e0d1f9d9e29a9609f61bfc9fc57f12 /usr.bin
parent9a88a8562732480a117bcf058d1b1c24a2c4a93e (diff)
Notes
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/id/id.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/id/id.c b/usr.bin/id/id.c
index aa19f707ccd5..236d369c2447 100644
--- a/usr.bin/id/id.c
+++ b/usr.bin/id/id.c
@@ -329,9 +329,7 @@ void
pline(pw)
struct passwd *pw;
{
- struct group *gr;
- u_int eid, rid;
- char *login;
+ u_int rid;
if (!pw) {
if ((pw = getpwuid(rid = getuid())) == NULL)