FreeBSD Bugzilla – Attachment 157101 Details for
Bug 200429
sysutils/rsyslog8 endless loop when started at boot time with some rules to write on the console
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch to correct the bug
patch-runtime_stream.c2 (text/plain), 366 bytes, created by
Alexandre Fenyo
on 2015-05-24 18:11:35 UTC
(
hide
)
Description:
patch to correct the bug
Filename:
MIME Type:
Creator:
Alexandre Fenyo
Created:
2015-05-24 18:11:35 UTC
Size:
366 bytes
patch
obsolete
>--- runtime/stream.c.orig 2015-05-24 18:22:24.660946067 +0200 >+++ runtime/stream.c 2015-05-24 18:29:47.144801920 +0200 >@@ -997,7 +997,11 @@ > { > DEFiRet; > ISOBJ_TYPE_assert(pThis, strm); >+#ifndef __FreeBSD__ > if(err == ERR_TTYHUP) { >+#else >+ if(err == ERR_TTYHUP || err == ENXIO) { >+#endif /* __FreeBSD__ */ > close(pThis->fd); > CHKiRet(doPhysOpen(pThis)); > }
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 Raw
Actions:
View
Attachments on
bug 200429
: 157101