From owner-freebsd-current@FreeBSD.ORG Fri Sep 19 04:22:38 2008 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BEA10106566B for ; Fri, 19 Sep 2008 04:22:38 +0000 (UTC) (envelope-from deischen@freebsd.org) Received: from mail.netplex.net (mail.netplex.net [204.213.176.10]) by mx1.freebsd.org (Postfix) with ESMTP id 7786D8FC0C for ; Fri, 19 Sep 2008 04:22:38 +0000 (UTC) (envelope-from deischen@freebsd.org) Received: from sea.ntplx.net (sea.ntplx.net [204.213.176.11]) by mail.netplex.net (8.14.3/8.14.3/NETPLEX) with ESMTP id m8J4MbVC017228; Fri, 19 Sep 2008 00:22:37 -0400 (EDT) X-Virus-Scanned: by AMaViS and Clam AntiVirus (mail.netplex.net) X-Greylist: Message whitelisted by DRAC access database, not delayed by milter-greylist-4.0 (mail.netplex.net [204.213.176.10]); Fri, 19 Sep 2008 00:22:37 -0400 (EDT) Date: Fri, 19 Sep 2008 00:22:37 -0400 (EDT) From: Daniel Eischen X-X-Sender: eischen@sea.ntplx.net To: emax@freebsd.org In-Reply-To: Message-ID: References: <200809180023.m8I0NEJY032390@freefall.freebsd.org> <20080918195049.GQ39652@deviant.kiev.zoral.com.ua> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Kostik Belousov , current@freebsd.org, Maksim Yevmenkin Subject: Re: Fwd: Pending MFC Reminder [cvs commit: src/lib/libc/uuid Symbol.map] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Daniel Eischen List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Sep 2008 04:22:38 -0000 On Thu, 18 Sep 2008, Maksim Yevmenkin wrote: >> > emax 2008-09-15 23:54:55 UTC >> > >> > FreeBSD src repository >> > >> > Modified files: >> > lib/libc/uuid Symbol.map >> > Log: >> > SVN rev 183058 on 2008-09-15 23:54:55Z by emax >> > >> > Add uuid_enc,dec_le,be() functions to Symbol.map >> > Pointy hat goes to me. >> > >> > MFC after: 3 days >> > >> > Revision Changes Path >> > 1.3 +4 -0 src/lib/libc/uuid/Symbol.map >> >> >> I has a question against original commit, that I missed when reading >> commit mail. Why the new symbols introduced after 7.0 is released, >> where added to the FBSD_1.0 version ? I think FBSD_1.1 is correct >> there. >> >> Do you object ? I just looked at the original commit in revision 1.3. Yes, these symbols should not have been added to 1.0. They need to go into FBSD_1.1. Please fix. Thanks, -- DE