summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/getgrent.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/gen/getgrent.c')
-rw-r--r--lib/libc/gen/getgrent.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/getgrent.c b/lib/libc/gen/getgrent.c
index a13e7c3..e9b9d1f 100644
--- a/lib/libc/gen/getgrent.c
+++ b/lib/libc/gen/getgrent.c
@@ -338,7 +338,7 @@ _getypgroup(struct group *gr, const char *name, char *map)
return 0;
}
- if(yp_match(_gr_yp_domain, map, name, strlen(name),
+ if(yp_match(_gr_yp_domain, map, name, strlen(name),
&result, &resultlen))
return 0;
@@ -402,5 +402,5 @@ unpack:
}
return 1;
}
-
+
#endif /* YP */
OpenPOWER on IntegriCloud