Page MenuHomeFreeBSD

D35304.id106303.diff
No OneTemporary

D35304.id106303.diff

Index: lib/libc/gen/syslog.c
===================================================================
--- lib/libc/gen/syslog.c
+++ lib/libc/gen/syslog.c
@@ -435,18 +435,6 @@
status = CONNDEF;
}
- if (status == NOCONN) {
- /*
- * Try the old "/dev/log" path, for backward
- * compatibility.
- */
- (void)strncpy(SyslogAddr.sun_path, _PATH_OLDLOG,
- sizeof SyslogAddr.sun_path);
- if (_connect(LogFile, (struct sockaddr *)&SyslogAddr,
- sizeof(SyslogAddr)) != -1)
- status = CONNDEF;
- }
-
if (status == NOCONN) {
(void)_close(LogFile);
LogFile = -1;
Index: sys/sys/syslog.h
===================================================================
--- sys/sys/syslog.h
+++ sys/sys/syslog.h
@@ -37,7 +37,6 @@
#define _PATH_LOG "/var/run/log"
#define _PATH_LOG_PRIV "/var/run/logpriv"
-#define _PATH_OLDLOG "/dev/log" /* backward compatibility */
/*
* priorities/facilities are encoded into a single 32-bit quantity, where the

File Metadata

Mime Type
text/plain
Expires
Tue, Mar 24, 9:16 AM (8 h, 50 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30242249
Default Alt Text
D35304.id106303.diff (976 B)

Event Timeline