summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/getgrouplist.c
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>2002-09-08 04:43:28 +0000
committerwollman <wollman@FreeBSD.org>2002-09-08 04:43:28 +0000
commitd849ac74036b118ad23d53807d0e9d3cf5a26102 (patch)
tree05900f2fbd79bf440ab3b05c6b0bce6639f2b7d3 /lib/libc/gen/getgrouplist.c
parentf6e5e92086d4808f943e819c78b90efbf0c849aa (diff)
downloadFreeBSD-src-d849ac74036b118ad23d53807d0e9d3cf5a26102.zip
FreeBSD-src-d849ac74036b118ad23d53807d0e9d3cf5a26102.tar.gz
Fix a syntax error which causes an annoying warning.
Diffstat (limited to 'lib/libc/gen/getgrouplist.c')
-rw-r--r--lib/libc/gen/getgrouplist.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/gen/getgrouplist.c b/lib/libc/gen/getgrouplist.c
index 02619e4..52ee620 100644
--- a/lib/libc/gen/getgrouplist.c
+++ b/lib/libc/gen/getgrouplist.c
@@ -85,6 +85,7 @@ getgrouplist(uname, agroup, groups, grpcnt)
}
}
skip:
+ ;
}
endgrent();
*grpcnt = ngroups;
OpenPOWER on IntegriCloud