From owner-cvs-all@FreeBSD.ORG Tue May 27 09:18:09 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 159671065680 for ; Tue, 27 May 2008 09:18:09 +0000 (UTC) (envelope-from niclas.zeising@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.230]) by mx1.freebsd.org (Postfix) with ESMTP id 941558FC1F for ; Tue, 27 May 2008 09:18:08 +0000 (UTC) (envelope-from niclas.zeising@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so2784853rvf.43 for ; Tue, 27 May 2008 02:18:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=nywxvwhvo++N9aXmKSWCk3bpTqiVdje54ZVBfiDb46o=; b=kOr0iwBDGgkyJ8wlKsn/aD9xPTr5OvL/iWdCsElTEzc/fKwK+/AcKSkAmccleEUClG10vUkGZ2NWqa9EFMipBAjoA66Q4r9rwc3blFz4kZfw27xwsdW1ZrRG3a+HJjagndxLUYZeTv394pozX4mALpRTVlg5dTieQh+Ov94tJTQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=f8lqyNDet3GAW/rwjsbvb6bZJ/uHkR5VcnJCJvOtd1mXn1lUPxuqQ3V+/vZN+eiW+Z0YuLzOJROgSH2q26XQZwdcQaV0dK8+nGpNlhXUxRr6A7FkQJrDpv1hKS1D6+4Qddz0+3FUgTAxb9KGGc+a/1Sejr0C92z/bfAomRZRMqc= Received: by 10.141.83.15 with SMTP id k15mr428226rvl.289.1211879888182; Tue, 27 May 2008 02:18:08 -0700 (PDT) Received: by 10.140.128.6 with HTTP; Tue, 27 May 2008 02:18:08 -0700 (PDT) Message-ID: Date: Tue, 27 May 2008 11:18:08 +0200 From: "Niclas Zeising" To: "Robert Watson" In-Reply-To: <20080527101517.O35026@fledge.watson.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080527084233.T65662@maildrop.int.zabbadoz.net> <20080527100846.M35026@fledge.watson.org> <20080527091101.W65662@maildrop.int.zabbadoz.net> <20080527101517.O35026@fledge.watson.org> Cc: "Bjoern A. Zeeb" , src-committers@freebsd.org, cvs-all@freebsd.org, cvs-src@freebsd.org Subject: Re: cvs commit: src/etc/mtree BSD.include.dist BSD.usr.dist src/include Makefile src/lib Makefile src/lib/libatm Makefile atm_addr.c cache_key.c ioctl_subr.c ip_addr.c ip_checksum.c libatm.h timer.c src/rescue/rescue Makefile src/sbin/atm Makefile .. X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2008 09:18:09 -0000 On Tue, May 27, 2008 at 11:15 AM, Robert Watson wrote: > > On Tue, 27 May 2008, Bjoern A. Zeeb wrote: > >>> So either we should GC it, or we should refer to it elsewhere? :-) >> >> Someone(tm) you use it to cover the other ATM implementation left then, I >> guess. > > Antoine has helpfully pointed out that the glimpse search string to use is > actually MK_ATM, which has lots of references. > > Robert N M Watson > Computer Laboratory > University of Cambridge > If that's the case, I stand corrected. I wasn't really aware there was more than one ATM implementation, and I thought you've deleted the one that was and so the knob should be gone. I use the knob myself since I don't need the ATM bits :) Regards! //Niclas