From owner-cvs-all Mon Dec 18 2:39:59 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 18 02:39:56 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 52AE637B402; Mon, 18 Dec 2000 02:39:55 -0800 (PST) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.3) id LAA95977; Mon, 18 Dec 2000 11:39:54 +0100 (CET) (envelope-from des@ofug.org) Sender: des@ofug.org X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: Assar Westerlund Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/libkern strlcat.c strlcpy.c src/sys/sys libkern.h src/sys/conf files References: <200012180408.eBI48wg99879@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: 18 Dec 2000 11:39:54 +0100 In-Reply-To: Assar Westerlund's message of "Sun, 17 Dec 2000 20:08:58 -0800 (PST)" Message-ID: Lines: 11 User-Agent: Gnus/5.0802 (Gnus v5.8.2) Emacs/20.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Assar Westerlund writes: > Log: > add strlcpy and strlcat to kernel Please back this out and think about how you can implement strlcat() and strlcpy() in much less code, and avoid duplicating strcat() and strcpy(), as I already pointed out on -arch. DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message