On Sun, Apr 3, 2016 at 9:00 PM, Ivan Pozdeev <vano@xxxxxxxxxxxx> wrote: > --- Missing sign-off. See Documentation/SubmittingPatches. > compat/poll/poll.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > 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 */ > } -- 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