From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1921) id 94839385BAC0; Mon, 11 Jul 2022 11:55:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 94839385BAC0 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Sebastian Huber To: newlib-cvs@sourceware.org Subject: [newlib-cygwin] libc/syslog: fully deprecate and don't try to open "/dev/log" X-Act-Checkin: newlib-cygwin X-Git-Author: Gleb Smirnoff X-Git-Refname: refs/heads/master X-Git-Oldrev: cf2ba7d7f8044b6fa449b769a68d1b05390b589d X-Git-Newrev: c1abc93988a0b405d3d24eb34985f005d7efbb64 Message-Id: <20220711115545.94839385BAC0@sourceware.org> Date: Mon, 11 Jul 2022 11:55:45 +0000 (GMT) X-BeenThere: newlib-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Newlib GIT logs List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jul 2022 11:55:45 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dnewlib-cygwin.git;h=3Dc1abc93988a= 0b405d3d24eb34985f005d7efbb64 commit c1abc93988a0b405d3d24eb34985f005d7efbb64 Author: Gleb Smirnoff Date: Fri Jun 24 09:09:11 2022 -0700 libc/syslog: fully deprecate and don't try to open "/dev/log" =20 The "/dev/log" socket existed in pre-FreeBSD times. Later it was substituted to a compatibility symlink. The symlink creation was deprecated in FreeBSD 10.2 and 9-STABLE. =20 Reviewed by: markj Differential revision: https://reviews.freebsd.org/D35304 Diff: --- newlib/libc/sys/rtems/include/sys/syslog.h | 1 - 1 file changed, 1 deletion(-) diff --git a/newlib/libc/sys/rtems/include/sys/syslog.h b/newlib/libc/sys/r= tems/include/sys/syslog.h index 071b68427..ff2bd1450 100644 --- a/newlib/libc/sys/rtems/include/sys/syslog.h +++ b/newlib/libc/sys/rtems/include/sys/syslog.h @@ -37,7 +37,6 @@ =20 #define _PATH_LOG "/var/run/log" #define _PATH_LOG_PRIV "/var/run/logpriv" -#define _PATH_OLDLOG "/dev/log" /* backward compatibility */ =20 /* * priorities/facilities are encoded into a single 32-bit quantity, where = the