From owner-svn-src-head@freebsd.org Sat Jul 30 01:16:07 2016 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9D27BBA7B37; Sat, 30 Jul 2016 01:16:07 +0000 (UTC) (envelope-from bapt@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 mx1.freebsd.org (Postfix) with ESMTPS id 6FE2217A6; Sat, 30 Jul 2016 01:16:07 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6U1G6Aq064484; Sat, 30 Jul 2016 01:16:06 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6U1G6bS064480; Sat, 30 Jul 2016 01:16:06 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201607300116.u6U1G6bS064480@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Sat, 30 Jul 2016 01:16:06 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r303529 - in head: contrib/libexecinfo lib/libc/stdio sys/contrib/libnv X-SVN-Group: head 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.22 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: Sat, 30 Jul 2016 01:16:07 -0000 Author: bapt Date: Sat Jul 30 01:16:06 2016 New Revision: 303529 URL: https://svnweb.freebsd.org/changeset/base/303529 Log: Remove usage of _WITH_DPRINTF Modified: head/contrib/libexecinfo/backtrace.c head/lib/libc/stdio/dprintf.c head/sys/contrib/libnv/nvlist.c Modified: head/contrib/libexecinfo/backtrace.c ============================================================================== --- head/contrib/libexecinfo/backtrace.c Sat Jul 30 01:13:54 2016 (r303528) +++ head/contrib/libexecinfo/backtrace.c Sat Jul 30 01:16:06 2016 (r303529) @@ -33,7 +33,6 @@ __RCSID("$NetBSD: backtrace.c,v 1.3 2013 #include #include -#define _WITH_DPRINTF #include #include #include Modified: head/lib/libc/stdio/dprintf.c ============================================================================== --- head/lib/libc/stdio/dprintf.c Sat Jul 30 01:13:54 2016 (r303528) +++ head/lib/libc/stdio/dprintf.c Sat Jul 30 01:16:06 2016 (r303529) @@ -27,7 +27,6 @@ #include __FBSDID("$FreeBSD$"); -#define _WITH_DPRINTF #include "namespace.h" #include #include Modified: head/sys/contrib/libnv/nvlist.c ============================================================================== --- head/sys/contrib/libnv/nvlist.c Sat Jul 30 01:13:54 2016 (r303528) +++ head/sys/contrib/libnv/nvlist.c Sat Jul 30 01:16:06 2016 (r303529) @@ -52,7 +52,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#define _WITH_DPRINTF #include #include #include