From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 106239 invoked by alias); 24 Aug 2018 13:09:46 -0000 Mailing-List: contact newlib-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: newlib-cvs-owner@sourceware.org Received: (qmail 101192 invoked by uid 10080); 24 Aug 2018 13:09:45 -0000 Date: Fri, 24 Aug 2018 13:09:00 -0000 Message-ID: <20180824130945.101174.qmail@sourceware.org> Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Sebastian Huber To: newlib-cvs@sourceware.org Subject: [newlib-cygwin] Correct sysctl names. X-Act-Checkin: newlib-cygwin X-Git-Author: des X-Git-Refname: refs/heads/master X-Git-Oldrev: 471f29861e5b764de155d7ca4c5216b4ead5dbe7 X-Git-Newrev: b329ee93860cc3912eb72d9650aa6e6d1bb82347 X-SW-Source: 2018-q3/txt/msg00064.txt.bz2 https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=b329ee93860cc3912eb72d9650aa6e6d1bb82347 commit b329ee93860cc3912eb72d9650aa6e6d1bb82347 Author: des Date: Wed Aug 9 07:24:58 2017 +0000 Correct sysctl names. Diff: --- newlib/libc/sys/rtems/include/netinet/in.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newlib/libc/sys/rtems/include/netinet/in.h b/newlib/libc/sys/rtems/include/netinet/in.h index 1a3e752..390cf8c 100644 --- a/newlib/libc/sys/rtems/include/netinet/in.h +++ b/newlib/libc/sys/rtems/include/netinet/in.h @@ -289,7 +289,7 @@ __END_DECLS * if you trust the remote host to restrict these ports. * * The default range of ports and the high range can be changed by - * sysctl(3). (net.inet.ip.port{hi,low}{first,last}_auto) + * sysctl(3). (net.inet.ip.portrange.{hi,low,}{first,last}) * * Changing those values has bad security implications if you are * using a stateless firewall that is allowing packets outside of that