Bugzilla – Attachment 1374 Details for
Bug 1386
OpenSSH 4.7p1 compile error in atomicio.c under Tru64 4.0f
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Comment out poll pars
openssh-atomicio-writev.patch (text/plain), 712 bytes, created by
Darren Tucker
on 2007-11-01 03:47:06 AEDT
(
hide
)
Description:
Comment out poll pars
Filename:
MIME Type:
Creator:
Darren Tucker
Created:
2007-11-01 03:47:06 AEDT
Size:
712 bytes
patch
obsolete
>Index: atomicio.c >=================================================================== >RCS file: /cvs/openssh/atomicio.c,v >retrieving revision 1.37 >diff -u -r1.37 atomicio.c >--- atomicio.c 26 Sep 2007 21:00:09 -0000 1.37 >+++ atomicio.c 31 Oct 2007 16:43:14 -0000 >@@ -101,8 +101,10 @@ > /* Make a copy of the iov array because we may modify it below */ > memcpy(iov, _iov, iovcnt * sizeof(*_iov)); > >+#if 0 > pfd.fd = fd; > pfd.events = f == readv ? POLLIN : POLLOUT; >+#endif > for (; iovcnt > 0 && iov[0].iov_len > 0;) { > res = (f) (fd, iov, iovcnt); > switch (res) { >@@ -114,7 +116,9 @@ > #else > if (errno == EAGAIN) { > #endif >+#if 0 > (void)poll(&pfd, 1, -1); >+#endif > continue; > } > return 0;
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 1386
:
1373
|
1374
|
1375
|
1376
|
1377
|
1378
|
1520
|
1532
|
1533
|
1534
|
1535
|
1545