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.
This commit is contained in:
Pedro F. Giffuni 2015-02-15 21:03:49 +00:00
parent b0aa0c6e1b
commit 1a4161a15d

View File

@ -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; \