From owner-svn-src-head@freebsd.org Tue Jul 26 20:35:51 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 0A7B2BA486E for ; Tue, 26 Jul 2016 20:35:51 +0000 (UTC) (envelope-from pfg@FreeBSD.org) Received: from nm17-vm1.bullet.mail.bf1.yahoo.com (nm17-vm1.bullet.mail.bf1.yahoo.com [98.139.213.55]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ADD471B30 for ; Tue, 26 Jul 2016 20:35:50 +0000 (UTC) (envelope-from pfg@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1469565343; bh=0V9ii7F6hFlhvJHmq1CKecaKf8dUaGSTpv9/ONjmNfQ=; h=Subject:To:References:Cc:From:Date:In-Reply-To:From:Subject; b=tUVJEOzUlT/RPu1fmbCxWJpk7miNSHc+T5YRs9tNbppbMFCzSpUl0N3lnnraduHPZ9pKbxizHKBwBu41XGNuCOMlCipwXF2aCyiBjY3yaZ/b5BgqVy6znm1U7u31dwQj0vTsKaqBapTiPvPW2MyVxNUZlyLtuJI2v76fKmF5tiVmgau2e997yQIaLEGCirJJPcDkQK1C0NqyfGZ+6ieOIGVXH/iJHj5qR04jspH76e39TpS0p3ODKkKKVb7DqnMOGcL5wST/wtC2CSmrFvuTJXX8cSr4b4wkF3FPseijn1FSmR1ef0VqZlE0dqZ8uI4B3PyC6wM07hAdnljnnWdlxA== Received: from [98.139.215.143] by nm17.bullet.mail.bf1.yahoo.com with NNFMP; 26 Jul 2016 20:35:43 -0000 Received: from [98.139.213.11] by tm14.bullet.mail.bf1.yahoo.com with NNFMP; 26 Jul 2016 20:35:43 -0000 Received: from [127.0.0.1] by smtp111.mail.bf1.yahoo.com with NNFMP; 26 Jul 2016 20:35:43 -0000 X-Yahoo-Newman-Id: 121759.14839.bm@smtp111.mail.bf1.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: AAmnQssVM1mufmGEOCW9u7SlJZ.CG_XSIDDszhZ.8o4idTy BFvA1oN1BqqxHp_dtMgX6CoqUhekIj.iIJfODnkJrtUiFZnLzO6aWqD0Oehv D9dTKPpCw1lQsPD7GmxoTj.vlBa2ksz_UU6EjCgnVBczzYFD8zdia8Mhxnmc LsXIySumYaBUWT0aNcTOtQsJByZ5iXm.8Wh1v3JuUA_w81x75E85EE.sdHeu 5elbDDQ5XR5_uBayJVsqQTkk3E0g3HbiG._HksWCTnsct6zslur9fk5IJfLy o.EA13cSiwR5ZC2spGSEeKSIDtmnedk1Ple.xIO0T8mfT0OxgJvsITdkoJP. I7ftQRUR0NLDger7dNcTSZIEMot9z0SVLsMhv0LIPXZLZWDIUqLesuyB1dTi K3EG3Rj1Fd567aWiLYlMDDiFH5L6s_gz1sizsieSqNWB36xI_ATIV8k4tNso 6vDsRHTAGzPzaYd05KLMSskNGIlqCX7BUYLuInFhukdkcUY6lfWcxjh9_p2T nV1KIFfHCreON3Eg4WuXUqqB0IggIw38eIXDEeZ9srmqiwg-- X-Yahoo-SMTP: xcjD0guswBAZaPPIbxpWwLcp9Unf Subject: Re: svn commit: r303342 - in head: include lib/libc/stdlib To: Benjamin Kaduk , Ed Schouten References: <201607262011.u6QKBTDp043256@repo.freebsd.org> Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" From: Pedro Giffuni Message-ID: <5f0367b2-6916-b300-bba5-c3d3f3699a91@FreeBSD.org> Date: Tue, 26 Jul 2016 15:35:47 -0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit 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: Tue, 26 Jul 2016 20:35:51 -0000 On 07/26/16 15:14, Benjamin Kaduk wrote: > On Tue, Jul 26, 2016 at 3:11 PM, Ed Schouten > wrote: > > Author: ed > Date: Tue Jul 26 20:11:29 2016 > New Revision: 303342 > URL: https://svnweb.freebsd.org/changeset/base/303342 > > Log: > Fix typing of srandom() and initstate(). > > POSIX requires that these functions have an unsigned int for their > first > argument; not an unsigned long. > > My reasoning is that we can safely change these functions without > breaking the ABI. As far as I know, our supported architectures either > use registers for passing function arguments that are at least as > big as > long (e.g., amd64), or int and long are of the same size (e.g., i386). > > > Is a __FreeBSD_version bump planned? (Third-party software might want > to be warning-clean.) > Third party software should already follow standards ;). Pedro.