From owner-svn-src-all@freebsd.org Thu May 12 19:49:03 2016 Return-Path: Delivered-To: svn-src-all@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 9A1DFB38B5E; Thu, 12 May 2016 19:49:03 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-io0-x22e.google.com (mail-io0-x22e.google.com [IPv6:2607:f8b0:4001:c06::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6C98A169D; Thu, 12 May 2016 19:49:03 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: by mail-io0-x22e.google.com with SMTP id i75so103126545ioa.3; Thu, 12 May 2016 12:49:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc; bh=qkeMgzLAsWE4OSeoV97qbR5gPXmaTSa66nfGWgsSbgI=; b=T2Y0ltAz5aPCmWdwkQWJYm/nOzNZtevYlKhJ1VaAISGuIVCWJr28HL7bwyMfsmAGx9 csbx/uF3a/5k9uxyUWjUGuCzKcDm2n0g0W8SeRl7SZ12PFQqkCaKm5wkBa3Xt7Djhc9X R2IhzJuLxY7a0Hg/RmvMZhw8+RPhfaG4eYam6AWRVjfkjDR6ih5/qmG5daCJMLkzhZMW wXKev+RbS7xqo0OOvpnaNmL2vny92hAMmMH7v3G7DsTaIeNbcxSFMQXNQpGJkH+SGTQw navoPefclxmCeoTyTbetpASadPlwjqC0/27Lo3vdYUmCvwQoJ4lDhG+N+Ge2NhVuyzYJ Go2Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc; bh=qkeMgzLAsWE4OSeoV97qbR5gPXmaTSa66nfGWgsSbgI=; b=Blok9syW/LuUBMdtdaKSo1J3fPO34Rr8UAEddU+EJodwOmI2mup0mqgDCGz4qeUyPg ZhiaJCs9CM6w3Ov72++X3R+p9Ro+JFl8jenqGVnmWYbDsjZuYjBXd9bi6RzAqpZ40/e9 YGt1AZu4Tbq6p3stWrmQEZOFMMPQpmLTBlRxk4GDSigxput9yZK+LJv5eZSyTmrU7moM o2nNeu4NR+qXec7krHhYNCW7qgEreW1CA6A3P2uPAJHMRVfibXdp7WOERJXDVz2T7NFI 3O4hte+jvBz6Lnuh6n43WMbZvsCt1SQ14PyHT/1LRbq268m/cQbnUsNXFET7TWpO4f3w 55GA== X-Gm-Message-State: AOPr4FUG2FBCf6mEEDXAb4Sx0R2ivHYd8Gb5/BOFgPFp1a8ktljePN+QFPKLS+loQaSRCxvfkwSmF3cSfPNPUA== MIME-Version: 1.0 X-Received: by 10.107.8.141 with SMTP id h13mr9291929ioi.95.1463082542629; Thu, 12 May 2016 12:49:02 -0700 (PDT) Sender: antoine.brodin.freebsd@gmail.com Received: by 10.107.183.136 with HTTP; Thu, 12 May 2016 12:49:02 -0700 (PDT) In-Reply-To: <201605111438.u4BEcSIX092807@repo.freebsd.org> References: <201605111438.u4BEcSIX092807@repo.freebsd.org> Date: Thu, 12 May 2016 21:49:02 +0200 X-Google-Sender-Auth: HBbKeltEGlIhpB2JtaKeZxLBkYA Message-ID: Subject: Re: svn commit: r299456 - in head: include lib/libc/stdio From: Antoine Brodin To: "Conrad E. Meyer" Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 May 2016 19:49:03 -0000 On Wed, May 11, 2016 at 4:38 PM, Conrad E. Meyer wrote: > Author: cem > Date: Wed May 11 14:38:27 2016 > New Revision: 299456 > URL: https://svnweb.freebsd.org/changeset/base/299456 > > Log: > libc: Add fopencookie(3) wrapper around funopen(3) > > Reviewed by: jhb, oshogbo > Sponsored by: EMC / Isilon Storage Division > Differential Revision: https://reviews.freebsd.org/D6282 Hi, Please revert this and request a ports exp-run as this breaks lots of important ports. Cheers, Antoine (with hat: portmgr)