Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F109389843
D42111.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
372 B
Referenced Files
None
Subscribers
None
D42111.diff
View Options
diff --git a/usr.sbin/daemon/daemon.c b/usr.sbin/daemon/daemon.c
--- a/usr.sbin/daemon/daemon.c
+++ b/usr.sbin/daemon/daemon.c
@@ -420,6 +420,7 @@
close(state->pipe_fd[1]);
state->pipe_fd[1] = -1;
setproctitle("%s[%d]", state->title, (int)state->pid);
+ setbuf(stdout, NULL);
while (state->mode != MODE_NOCHILD) {
ret = kevent(kq, NULL, 0, &event, 1, NULL);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Feb 5, 10:47 AM (20 h, 58 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16472786
Default Alt Text
D42111.diff (372 B)
Attached To
Mode
D42111: daemon: Disable stdio buffering.
Attached
Detach File
Event Timeline
Log In to Comment