diff --git a/lib/libc/gen/syslog.c b/lib/libc/gen/syslog.c --- a/lib/libc/gen/syslog.c +++ b/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; diff --git a/sys/sys/syslog.h b/sys/sys/syslog.h --- a/sys/sys/syslog.h +++ b/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