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.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libc/gen/getgrent.c b/lib/libc/gen/getgrent.c
index 52efd8d..ec423a4 100644
--- a/lib/libc/gen/getgrent.c
+++ b/lib/libc/gen/getgrent.c
@@ -263,7 +263,6 @@ _dns_grscan(rv, cb_data, ap)
char **hp;
void *context;
int r;
- size_t sz;
r = NS_UNAVAIL;
if (!search && _gr_hesnum == -1)
@@ -327,7 +326,6 @@ _nis_grscan(rv, cb_data, ap)
char *key, *data;
int keylen, datalen;
int r;
- size_t sz;
if(__ypdomain == NULL) {
switch (yp_get_default_domain(&__ypdomain)) {
OpenPOWER on IntegriCloud