From eea27ee2ec16e2b2a5c24bf4b9a3f78d32113a4c Mon Sep 17 00:00:00 2001 From: akr Date: Sun, 8 Jan 2006 19:24:21 +0000 Subject: comment FreeBSD PR number. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9808 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- eval.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eval.c') diff --git a/eval.c b/eval.c index 4ece8a8634..084e0a975e 100644 --- a/eval.c +++ b/eval.c @@ -9644,7 +9644,7 @@ rb_fd_isset(n, fds) const rb_fdset_t *fds; { if (n >= fds->maxfd) return 0; - return FD_ISSET(n, fds->fdset) != 0; /* "!= 0" avoids FreeBSD bug */ + return FD_ISSET(n, fds->fdset) != 0; /* "!= 0" avoids FreeBSD PR 91421 */ } void -- cgit v1.2.3