public inbox for newlib-cvs@sourceware.org
help / color / mirror / Atom feed
From: Sebastian Huber <sh@sourceware.org>
To: newlib-cvs@sourceware.org
Subject: [newlib-cygwin] libc/syslog: fully deprecate and don't try to open "/dev/log"
Date: Mon, 11 Jul 2022 11:55:45 +0000 (GMT)	[thread overview]
Message-ID: <20220711115545.94839385BAC0@sourceware.org> (raw)

https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=c1abc93988a0b405d3d24eb34985f005d7efbb64

commit c1abc93988a0b405d3d24eb34985f005d7efbb64
Author: Gleb Smirnoff <glebius@FreeBSD.org>
Date:   Fri Jun 24 09:09:11 2022 -0700

    libc/syslog: fully deprecate and don't try to open "/dev/log"
    
    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.
    
    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/rtems/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 @@
 
 #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


                 reply	other threads:[~2022-07-11 11:55 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220711115545.94839385BAC0@sourceware.org \
    --to=sh@sourceware.org \
    --cc=newlib-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).