From owner-svn-src-all@freebsd.org Mon Dec 19 22:23:11 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 D5E2EC88700; Mon, 19 Dec 2016 22:23:11 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-wj0-x241.google.com (mail-wj0-x241.google.com [IPv6:2a00:1450:400c:c01::241]) (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 7E3FA1D74; Mon, 19 Dec 2016 22:23:11 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by mail-wj0-x241.google.com with SMTP id xy5so25386084wjc.1; Mon, 19 Dec 2016 14:23:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=aR7oBwbyESPZtWFsR0tE7gQpYXZ2YRLi0yd7bAV6R9c=; b=j9HsmKNyZKzW0CskXSZjsKAi9njWwKCJfjYSvzz6g5b2o99HDTgoBiR6/ODGyUBH3D 9nGRzvPkkNOg9itdRAd3WnaQKW9QXCwvwAeYQi6+TC0Cycy/6d0xyc6dCuKKIolgiX82 DPPwTMvIlUYe16kq5n+y9HArSfxO7byKul3C0/Vt7KdUupUeKzFethEJ9Pgivl3YWrKZ zhMaVwIRXmr44eeM3ML12uu5tAilyOO0+FZEIB7tabn/BL2TSgQOWhmkSrNWsCXBr2j5 f2RWb+5KjhmwZeyGwAKEofPRYotyzECwHwPsKSV6zbl+8xt/flwLrNc7qxfEsZnwd7zA Szzw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=aR7oBwbyESPZtWFsR0tE7gQpYXZ2YRLi0yd7bAV6R9c=; b=PSPe8EW/255o8XOu8bx4+n+hELkmF7JP4qU2vb7LdFPalNFqEfjk9MO9D5t21lxmOj jV6QH/h9hHHbXJjxQxxHtJubF6Vsc/ZLHPRtjYC55DlTC242JR86BWAQUua2oTdKQkSl JQo05c/PFzmNQmrUMDYFNiFraNikGX2bqOOB51WXTxSwCGiqehd8vSOCpB4m5J87egFK KnPPqoskqUD1KTNLfoF5eNj+NbVDyc4c3mii9xBk97Ue5Num+QbzdRR7lvqkvYEChmAX bKxU6ek44pldHotWAnB16viSzQZmRn7BSPIeSbRCaWR1wpi9pxZp7JdpzIyIDoGaQXih EzSw== X-Gm-Message-State: AIkVDXKi1TOFhPytSzEDgUE/797Yy1YE5KSEd3SAbiHHfcwFRlWpipd72WXTJGxizHcVoCCcRVtQczsQKeeOCw== X-Received: by 10.194.201.133 with SMTP id ka5mr17218670wjc.151.1482186189756; Mon, 19 Dec 2016 14:23:09 -0800 (PST) MIME-Version: 1.0 Received: by 10.194.44.1 with HTTP; Mon, 19 Dec 2016 14:23:08 -0800 (PST) In-Reply-To: <49460793.UcUNovQMDa@ralph.baldwin.cx> References: <201612160144.uBG1ipjW016736@repo.freebsd.org> <49460793.UcUNovQMDa@ralph.baldwin.cx> From: Adrian Chadd Date: Mon, 19 Dec 2016 14:23:08 -0800 Message-ID: Subject: Re: svn commit: r310138 - head/lib/libc/stdio To: John Baldwin Cc: Eric van Gyzen , Warner Losh , Dimitry Andric , Baptiste Daroussin , "Conrad E. Meyer" , src-committers , "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.23 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: Mon, 19 Dec 2016 22:23:11 -0000 [snip] tl;dr - can we revert it from stdio for now so we don't end up having people use this? -adrian