From owner-svn-src-stable-9@FreeBSD.ORG Fri Apr 26 12:26:11 2013 Return-Path: Delivered-To: svn-src-stable-9@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 649CB80B for ; Fri, 26 Apr 2013 12:26:11 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-pa0-f45.google.com (mail-pa0-f45.google.com [209.85.220.45]) by mx1.freebsd.org (Postfix) with ESMTP id 3E5B3162D for ; Fri, 26 Apr 2013 12:26:11 +0000 (UTC) Received: by mail-pa0-f45.google.com with SMTP id lf10so2492404pab.4 for ; Fri, 26 Apr 2013 05:26:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=x-received:mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=VP+im4XEdRDd/EifJrW7N/wzFqHmohy3D+JROFvwvks=; b=GOrOXDXViV2QRFR6BK8TujGSligGIbu1GdEjAd4R7Ayv96A1TsZh0v9i6Q1XGDmdcg RcxDT68kpuLVF5fKKYg8FeSqzvAGM8WmEQwIOZI2XOxpMn1fXc0uBbWagirCwgCQMosJ MqmFTPNqOkXSx4ws3TcK2PM4h27bTTyhW9Oto= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :x-gm-message-state; bh=VP+im4XEdRDd/EifJrW7N/wzFqHmohy3D+JROFvwvks=; b=NN1Ue8ijIYaB2yRyD07y1Rv7TKcqCgEPj2yCB9MHphAivzbS32WucVZ0QDf8jNtnlm D+p3ZMxm7O7XH5F/xkHz7CplneRwCNFO12YodSb7hTkMYxsL/a0eNLqceOENAJFc4eN8 H2+piNgVDRebAx1XYP1E59CNxez/uNVWRMZZxcQpqsQjnlkAc4D8HDlIjxVOHdIz9sid PviAUWeAX+kjnzIXbd2LONx6GxIb3qoBeV3KSVIuIUuUCu2KmD6+dEBC3sn1VJM16u5P xlY9nq4hv9QGLVAIV2Zrt9vF3NNVGoHwFHwwGeHAcZHClC7xPwuYK7dqTikUjUeurHDf OyZA== X-Received: by 10.68.253.232 with SMTP id ad8mr57379767pbd.164.1366979170468; Fri, 26 Apr 2013 05:26:10 -0700 (PDT) MIME-Version: 1.0 Sender: lists@eitanadler.com Received: by 10.66.159.97 with HTTP; Fri, 26 Apr 2013 05:25:39 -0700 (PDT) In-Reply-To: References: <201304260047.r3Q0lMgo010674@svn.freebsd.org> From: Eitan Adler Date: Fri, 26 Apr 2013 08:25:39 -0400 X-Google-Sender-Auth: -eoSw7-sxNJG_WTm4hH4_7DUL0Y Message-ID: Subject: Re: svn commit: r249912 - stable/9/lib/libc/gen To: Dmitry Morozovsky Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQl/GzYSXCdyQRK6WMHScL+eBsVsrX+Jspt3idmZ4AshKygwZwDmkW9aUkxGamfZs8eFz70Y Cc: svn-src-stable@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, svn-src-stable-9@freebsd.org X-BeenThere: svn-src-stable-9@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for only the 9-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Apr 2013 12:26:11 -0000 On 26 April 2013 03:55, Dmitry Morozovsky wrote: > On Fri, 26 Apr 2013, Eitan Adler wrote: > >> Author: eadler >> Date: Fri Apr 26 00:47:22 2013 >> New Revision: 249912 >> URL: http://svnweb.freebsd.org/changeset/base/249912 >> >> Log: >> MFC r249802: >> - sl_find does not modify 'name' >> - make the prototype of sl_find match NetBSD > > It seems include diff had been missed? Sorry about that. I merged both, built, but did svn ci in lib/libc instead of the root :( -- Eitan Adler Source, Ports, Doc committer Bugmeister, Ports Security teams