aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Barcroft <mike@FreeBSD.org>2002-07-10 04:47:25 +0000
committerMike Barcroft <mike@FreeBSD.org>2002-07-10 04:47:25 +0000
commit616c044a9a493fba332490a6deb03efab652f7c6 (patch)
tree120f186687674509e304ef9d4e0662c19a35a7a3
parent046e2b07faa7db3a4ec6f5d066bc68793799b67a (diff)
downloadsrc-616c044a9a493fba332490a6deb03efab652f7c6.tar.gz
src-616c044a9a493fba332490a6deb03efab652f7c6.zip
Reconnect a comment with its code.
Submitted by: bde
Notes
Notes: svn path=/head/; revision=99710
-rw-r--r--sys/sys/poll.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/poll.h b/sys/sys/poll.h
index 89cadc624ba1..c955f321c752 100644
--- a/sys/sys/poll.h
+++ b/sys/sys/poll.h
@@ -66,8 +66,8 @@ struct pollfd {
#define POLLRDBAND 0x0080 /* OOB/Urgent readable data */
#define POLLWRBAND 0x0100 /* OOB/Urgent data can be written */
-/* General FreeBSD extension (currently only supported for sockets): */
#if __BSD_VISIBLE
+/* General FreeBSD extension (currently only supported for sockets): */
#define POLLINIGNEOF 0x2000 /* like POLLIN, except ignore EOF */
#endif