Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F131648501
D42215.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
449 B
Referenced Files
None
Subscribers
None
D42215.diff
View Options
diff --git a/usr.sbin/syslogd/syslogd.c b/usr.sbin/syslogd/syslogd.c
--- a/usr.sbin/syslogd/syslogd.c
+++ b/usr.sbin/syslogd/syslogd.c
@@ -3053,9 +3053,6 @@
f->f_type = F_TTY;
(void)strlcpy(f->fu_fname, p + sizeof(_PATH_DEV) - 1,
sizeof(f->fu_fname));
- /* This will be reopened by ttymsg(). */
- close(f->f_file);
- f->f_file = -1;
} else {
(void)strlcpy(f->fu_fname, p, sizeof(f->fu_fname));
f->f_type = F_FILE;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Oct 11, 12:59 AM (7 h, 58 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
23555970
Default Alt Text
D42215.diff (449 B)
Attached To
Mode
D42215: syslogd: Keep console and tty descriptors open
Attached
Detach File
Event Timeline
Log In to Comment