From owner-cvs-all Fri Jan 28 14:44:19 2000 Delivered-To: cvs-all@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id 5493315CF2; Fri, 28 Jan 2000 14:42:40 -0800 (PST) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.3/8.9.3) id RAA26199; Fri, 28 Jan 2000 17:42:29 -0500 (EST) (envelope-from wollman) Date: Fri, 28 Jan 2000 17:42:29 -0500 (EST) From: Garrett Wollman Message-Id: <200001282242.RAA26199@khavrinen.lcs.mit.edu> To: Bill Fumerola Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libc/gen Makefile.inc In-Reply-To: <20000128164403.H31717@jade.chc-chimes.com> References: <200001280714.XAA38397@freefall.freebsd.org> <20000128164403.H31717@jade.chc-chimes.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk < said: > I thought I read somewhere that str*() functions were reserved, so wouldn't > we be replacing non-standard function names with standard-breaking functions? No. We would be replacing namespace-polluting names for non-standard functions with non-namespace-polluting names for non-standard functions. I agree that `strflags' in an unfortunate choice of name -- particularly for a function which is prototyped in a commonly-included header file. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message