Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 45876 Details for
Bug 74080
OpenNTPD 3.6.1p1 released
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
files/3.6.1_p1-pollerr.patch
3.6.1_p1-pollerr.patch (text/plain), 600 bytes, created by
Christian Gut
on 2004-12-12 23:00:24 UTC
(
hide
)
Description:
files/3.6.1_p1-pollerr.patch
Filename:
MIME Type:
Creator:
Christian Gut
Created:
2004-12-12 23:00:24 UTC
Size:
600 bytes
patch
obsolete
>Index: ntp.c >=================================================================== >RCS file: /usr/local/cvs/openntpd-portable/ntp.c,v >retrieving revision 1.25 >diff -u -p -r1.25 ntp.c >--- openntpd-3.6.1p1/ntp.c 4 Dec 2004 00:06:34 -0000 1.25 >+++ openntpd-3.6.1p1-new/ntp.c 12 Dec 2004 00:14:18 -0000 >@@ -248,7 +248,8 @@ ntp_main(int pipe_prnt[2], struct ntpd_c > } > > for (; nfds > 0 && j < i; j++) >- if (pfd[j].revents & POLLIN) { >+ if (pfd[j].revents & POLLIN || >+ pfd[j].revents & POLLERR) { > nfds--; > if (client_dispatch(idx2peer[j - idx_peers], > conf->settime) == -1)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 74080
:
45729
|
45731
|
45732
|
45876
|
45877
|
45879