[openssh-commits] [openssh] 01/01: expose POLLHUP and POLLNVAL for netcat.c
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Aug 21 15:45:28 AEST 2015
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit 189de02d9ad6f3645417c0ddf359b923aae5f926
Author: Damien Miller <djm at mindrot.org>
Date: Fri Aug 21 15:45:02 2015 +1000
expose POLLHUP and POLLNVAL for netcat.c
---
openbsd-compat/bsd-poll.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/openbsd-compat/bsd-poll.h b/openbsd-compat/bsd-poll.h
index dcbb9ca..17945f5 100644
--- a/openbsd-compat/bsd-poll.h
+++ b/openbsd-compat/bsd-poll.h
@@ -42,11 +42,11 @@ typedef unsigned int nfds_t;
#define POLLIN 0x0001
#define POLLOUT 0x0004
#define POLLERR 0x0008
+#define POLLHUP 0x0010
+#define POLLNVAL 0x0020
#if 0
/* the following are currently not implemented */
#define POLLPRI 0x0002
-#define POLLHUP 0x0010
-#define POLLNVAL 0x0020
#define POLLRDNORM 0x0040
#define POLLNORM POLLRDNORM
#define POLLWRNORM POLLOUT
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list