Ivan Pozdeev <vano@xxxxxxxxxxxx> writes: > --- > compat/poll/poll.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) As Eric pointed out, please sign-off your patch. > diff --git a/compat/poll/poll.c b/compat/poll/poll.c > index db4e03e..5eb0280 100644 > --- a/compat/poll/poll.c > +++ b/compat/poll/poll.c > @@ -441,7 +441,7 @@ poll (struct pollfd *pfd, nfds_t nfd, int timeout) > } > > return rc; > -#else > +#else /* #ifndef WIN32_NATIVE */ > static struct timeval tv0; > static HANDLE hEvent; > WSANETWORKEVENTS ev; > @@ -622,5 +622,5 @@ restart: > } > > return rc; > -#endif > +#endif /* #ifndef WIN32_NATIVE */ > } > -- > 1.9.5.msysgit.1 There also is an #ifndef/#else/#endif in abspath.c that is larger than a typical patch context; could you include a fix for that, too? -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html