summaryrefslogtreecommitdiff
path: root/lib/libc/rpc/netnamer.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/rpc/netnamer.c')
-rw-r--r--lib/libc/rpc/netnamer.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/rpc/netnamer.c b/lib/libc/rpc/netnamer.c
index 6384f834dacb..58164419ed6a 100644
--- a/lib/libc/rpc/netnamer.c
+++ b/lib/libc/rpc/netnamer.c
@@ -157,9 +157,9 @@ _getgroups(uname, groups)
gid_t groups[NGROUPS];
{
gid_t ngroups = 0;
- register struct group *grp;
- register int i;
- register int j;
+ struct group *grp;
+ int i;
+ int j;
int filter;
setgrent();