From owner-cvs-all@FreeBSD.ORG Sun Sep 11 12:18:50 2005 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82A5E16A41F for ; Sun, 11 Sep 2005 12:18:50 +0000 (GMT) (envelope-from avleeuwen@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id E623843D48 for ; Sun, 11 Sep 2005 12:18:48 +0000 (GMT) (envelope-from avleeuwen@gmail.com) Received: by zproxy.gmail.com with SMTP id z31so108440nzd for ; Sun, 11 Sep 2005 05:18:48 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=TdF3DHcfIom0TBPBlP+IGhUhN+WAHHjIX1GbrByowIEEJcayh/SzRRiy99BBuim2hsSi5yhZ+a6JKBYhcs2aGai4mZpG+NQNveIv7K2XGbjGF5hM20/5cWMzFL7jK+WwTIdjbfiSFBygr2v+UKmdII7r5v7JhKXtWYL3OaDbhS8= Received: by 10.37.2.6 with SMTP id e6mr488757nzi; Sun, 11 Sep 2005 05:18:48 -0700 (PDT) Received: by 10.36.80.10 with HTTP; Sun, 11 Sep 2005 05:18:48 -0700 (PDT) Message-ID: Date: Sun, 11 Sep 2005 14:18:48 +0200 From: Arjan Van Leeuwen To: Andre Oppermann In-Reply-To: <43241C3A.11C24A9C@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200508291846.j7TIkdcM090396@repoman.freebsd.org> <43241C3A.11C24A9C@freebsd.org> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/include string.h src/lib/libc/string Makefile.inc memchr.3 memmem.3 memmem.c strchr.3 strstr.3 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: avleeuwen@gmail.com List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 12:18:50 -0000 On 9/11/05, Andre Oppermann wrote: > Arjan Van Leeuwen wrote: > > > > Hi Andre, > > > > On 8/29/05, Andre Oppermann wrote: > > > andre 2005-08-29 18:46:39 UTC > > > > > > FreeBSD src repository > > > > > > Modified files: (Branch: RELENG_6) > > > include string.h > > > lib/libc/string Makefile.inc memchr.3 strchr.3 strstr.3 > > > Added files: (Branch: RELENG_6) > > > lib/libc/string memmem.3 memmem.c > > > Log: > > > MFC addition of memmem(3). > > > > Shouldn't __FreeBSD_version be bumped for this? I'm asking because I > > maintain a port that uses memmem(3), and there's now no way to > > distinguish between the FreeBSD 6 installations that have memmem(3), > > and the ones that don't. >=20 > There are no FreeBSD 6 installations to differentiate. FreeBSD 6 is > not out yet. You don't have to support FreeBSD 6 BETA or RC in the > ports tree. That's all the information I needed, thanks! Arjan >=20 > -- > Andre >