From owner-svn-src-head@freebsd.org Mon Aug 17 05:57:04 2020 Return-Path: Delivered-To: svn-src-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C08B737FCA9; Mon, 17 Aug 2020 05:57:04 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BVNbh4hZpz4FKL; Mon, 17 Aug 2020 05:57:04 +0000 (UTC) (envelope-from delphij@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 840C31C423; Mon, 17 Aug 2020 05:57:04 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 07H5v4bV001613; Mon, 17 Aug 2020 05:57:04 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07H5v3Do001606; Mon, 17 Aug 2020 05:57:03 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <202008170557.07H5v3Do001606@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Mon, 17 Aug 2020 05:57:03 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r364292 - in head: lib/libc/tests/sys lib/libfetch lib/libpam/libpam lib/msun/tests libexec/rtld-elf usr.bin/fetch usr.bin/unzip X-SVN-Group: head X-SVN-Commit-Author: delphij X-SVN-Commit-Paths: in head: lib/libc/tests/sys lib/libfetch lib/libpam/libpam lib/msun/tests libexec/rtld-elf usr.bin/fetch usr.bin/unzip X-SVN-Commit-Revision: 364292 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Aug 2020 05:57:04 -0000 Author: delphij Date: Mon Aug 17 05:57:02 2020 New Revision: 364292 URL: https://svnweb.freebsd.org/changeset/base/364292 Log: Don't explicitly specify c99 or gnu99 as the default is now gnu99. MFC after: 2 weeks Modified: head/lib/libc/tests/sys/Makefile head/lib/libfetch/Makefile head/lib/libpam/libpam/Makefile head/lib/msun/tests/Makefile head/libexec/rtld-elf/Makefile head/usr.bin/fetch/Makefile head/usr.bin/unzip/Makefile Modified: head/lib/libc/tests/sys/Makefile ============================================================================== --- head/lib/libc/tests/sys/Makefile Sun Aug 16 23:55:23 2020 (r364291) +++ head/lib/libc/tests/sys/Makefile Mon Aug 17 05:57:02 2020 (r364292) @@ -70,8 +70,6 @@ NETBSD_ATF_TESTS_C+= wait_noproc_test NETBSD_ATF_TESTS_C+= wait_noproc_wnohang_test NETBSD_ATF_TESTS_C+= write_test -CSTD?= c99 - LIBADD.getpid_test+= pthread LIBADD.timer_create_test+= rt Modified: head/lib/libfetch/Makefile ============================================================================== --- head/lib/libfetch/Makefile Sun Aug 16 23:55:23 2020 (r364291) +++ head/lib/libfetch/Makefile Mon Aug 17 05:57:02 2020 (r364292) @@ -23,8 +23,6 @@ LIBADD+= md CFLAGS+= -DFTP_COMBINE_CWDS -CSTD?= c99 - SHLIB_MAJOR= 6 ftperr.h: ftp.errors ${.CURDIR}/Makefile Modified: head/lib/libpam/libpam/Makefile ============================================================================== --- head/lib/libpam/libpam/Makefile Sun Aug 16 23:55:23 2020 (r364291) +++ head/lib/libpam/libpam/Makefile Mon Aug 17 05:57:02 2020 (r364292) @@ -156,7 +156,6 @@ MAN?= openpam.3 \ MLINKS?= pam.conf.5 pam.d.5 -CSTD?= c99 CFLAGS+= -I${OPENPAM}/include CFLAGS+= -DLIB_MAJ=${SHLIB_MAJOR} CFLAGS+= -DHAVE_DLFUNC=1 Modified: head/lib/msun/tests/Makefile ============================================================================== --- head/lib/msun/tests/Makefile Sun Aug 16 23:55:23 2020 (r364291) +++ head/lib/msun/tests/Makefile Mon Aug 17 05:57:02 2020 (r364292) @@ -75,8 +75,6 @@ ATF_TESTS_C+= trig_test CFLAGS+= -O0 .endif -CSTD= c99 - #COPTS+= -Wfloat-equal IGNORE_PRAGMA= Modified: head/libexec/rtld-elf/Makefile ============================================================================== --- head/libexec/rtld-elf/Makefile Sun Aug 16 23:55:23 2020 (r364291) +++ head/libexec/rtld-elf/Makefile Mon Aug 17 05:57:02 2020 (r364292) @@ -29,7 +29,6 @@ SRCS= \ debug.c \ libmap.c MAN?= rtld.1 -CSTD?= gnu99 ACFLAGS+= -DLOCORE CFLAGS+= -Wall -DFREEBSD_ELF -DIN_RTLD -ffreestanding CFLAGS+= -I${SRCTOP}/lib/csu/common Modified: head/usr.bin/fetch/Makefile ============================================================================== --- head/usr.bin/fetch/Makefile Sun Aug 16 23:55:23 2020 (r364291) +++ head/usr.bin/fetch/Makefile Mon Aug 17 05:57:02 2020 (r364292) @@ -1,7 +1,6 @@ # $FreeBSD$ PROG= fetch -CSTD?= c99 LIBADD= fetch .include Modified: head/usr.bin/unzip/Makefile ============================================================================== --- head/usr.bin/unzip/Makefile Sun Aug 16 23:55:23 2020 (r364291) +++ head/usr.bin/unzip/Makefile Mon Aug 17 05:57:02 2020 (r364292) @@ -1,7 +1,6 @@ # $FreeBSD$ PROG = unzip -CSTD = c99 LIBADD= archive .include