From owner-cvs-all@FreeBSD.ORG Thu Oct 6 20:17:24 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 6E68116A420; Thu, 6 Oct 2005 20:17:24 +0000 (GMT) (envelope-from stefan@fafoe.narf.at) Received: from viefep20-int.chello.at (viefep12-int.chello.at [213.46.255.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id B81AE43D58; Thu, 6 Oct 2005 20:17:21 +0000 (GMT) (envelope-from stefan@fafoe.narf.at) Received: from wombat.fafoe.narf.at ([213.47.85.26]) by viefep20-int.chello.at (InterMail vM.6.01.04.04 201-2131-118-104-20050224) with ESMTP id <20051006201719.UMPT627.viefep20-int.chello.at@wombat.fafoe.narf.at>; Thu, 6 Oct 2005 22:17:19 +0200 Received: by wombat.fafoe.narf.at (Postfix, from userid 1001) id E5C74212; Thu, 6 Oct 2005 22:17:08 +0200 (CEST) Date: Thu, 6 Oct 2005 22:17:08 +0200 From: Stefan Farfeleder To: Pawel Jakub Dawidek Message-ID: <20051006201704.GI603@wombat.fafoe.narf.at> References: <200510061906.j96J67Cg079811@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200510061906.j96J67Cg079811@repoman.freebsd.org> User-Agent: Mutt/1.5.11 Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files src/sys/sys libkern.h src/sys/libkern strtok.c 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: Thu, 06 Oct 2005 20:17:24 -0000 On Thu, Oct 06, 2005 at 07:06:07PM +0000, Pawel Jakub Dawidek wrote: > pjd 2005-10-06 19:06:07 UTC > > FreeBSD src repository > > Modified files: > sys/conf files > sys/sys libkern.h > Removed files: > sys/libkern strtok.c > Log: > Backout strtok() addition to libkern, strsep() is enough and strtok() > is not safe. Thanks.