From owner-svn-src-stable@freebsd.org Mon Jun 18 19:35:18 2018 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 61038101C6F9; Mon, 18 Jun 2018 19:35:18 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 10A216E7CE; Mon, 18 Jun 2018 19:35:18 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E5E3C866; Mon, 18 Jun 2018 19:35:17 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5IJZHRM032353; Mon, 18 Jun 2018 19:35:17 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5IJZHE3032351; Mon, 18 Jun 2018 19:35:17 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201806181935.w5IJZHE3032351@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Mon, 18 Jun 2018 19:35:17 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Subject: svn commit: r335335 - in stable/11/lib/libc: stdio tests/stdio X-SVN-Group: stable-11 X-SVN-Commit-Author: cy X-SVN-Commit-Paths: in stable/11/lib/libc: stdio tests/stdio X-SVN-Commit-Revision: 335335 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Jun 2018 19:35:18 -0000 Author: cy Date: Mon Jun 18 19:35:17 2018 New Revision: 335335 URL: https://svnweb.freebsd.org/changeset/base/335335 Log: MFC r333895, r334022 r333895: Drop obsolete Buenos Aires Convention. Prompted by: Recent discussion r334022: Drop obsolete Buenos Aires Convention. Modified: stable/11/lib/libc/stdio/gets_s.c stable/11/lib/libc/tests/stdio/gets_s_test.c Directory Properties: stable/11/ (props changed) Modified: stable/11/lib/libc/stdio/gets_s.c ============================================================================== --- stable/11/lib/libc/stdio/gets_s.c Mon Jun 18 19:34:43 2018 (r335334) +++ stable/11/lib/libc/stdio/gets_s.c Mon Jun 18 19:35:17 2018 (r335335) @@ -4,7 +4,7 @@ * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. * Copyright (c) 2017, 2018 - * Cyril S. E. Schubert. All rights reserved. + * Cyril S. E. Schubert * * This code is derived from software contributed to Berkeley by * Chris Torek. Modified: stable/11/lib/libc/tests/stdio/gets_s_test.c ============================================================================== --- stable/11/lib/libc/tests/stdio/gets_s_test.c Mon Jun 18 19:34:43 2018 (r335334) +++ stable/11/lib/libc/tests/stdio/gets_s_test.c Mon Jun 18 19:35:17 2018 (r335335) @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2017 Cyril S. E. Schubert. All rights reserved. + * Copyright (c) 2017 Cyril S. E. Schubert * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions