summaryrefslogtreecommitdiff
path: root/src/id.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/id.c')
-rw-r--r--src/id.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/id.c b/src/id.c
index b86667e7c..1fe6a807c 100644
--- a/src/id.c
+++ b/src/id.c
@@ -1,5 +1,5 @@
/* id -- print real and effective UIDs and GIDs
- Copyright (C) 1989-2004 Free Software Foundation, Inc.
+ Copyright (C) 1989-2005 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -311,7 +311,7 @@ print_group_list (const char *username)
{
int n_groups;
GETGROUPS_T *groups;
- register int i;
+ int i;
if (! xgetgroups (username, (pwd ? pwd->pw_gid : (gid_t) -1),
&n_groups, &groups))
@@ -369,7 +369,7 @@ print_full_info (const char *username)
{
int n_groups;
GETGROUPS_T *groups;
- register int i;
+ int i;
if (! xgetgroups (username, (pwd ? pwd->pw_gid : (gid_t) -1),
&n_groups, &groups))