From 74a6ef1ede0ac64ec0d3ee0d441451ae20dcebb1 Mon Sep 17 00:00:00 2001 From: pfg Date: Sun, 15 Feb 2015 21:03:49 +0000 Subject: [PATCH] Reverse one of the initializations from r278804. It does no harm but this is not needed after the correction in r278805 and I prefer to keep this code very similar to it's original state. --- lib/libc/gen/getgrent.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/gen/getgrent.c b/lib/libc/gen/getgrent.c index 63bc502ef491..4ba24ae4777f 100644 --- a/lib/libc/gen/getgrent.c +++ b/lib/libc/gen/getgrent.c @@ -1303,7 +1303,7 @@ compat_group(void *retval, void *mdata, va_list ap) void *discard; size_t bufsize, linesize; off_t pos; - int rv, stayopen = 0, *errnop; + int rv, stayopen, *errnop; #define set_lookup_type(x, y) do { \ int i; \