From owner-freebsd-hackers Fri Nov 2 16: 2:59 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by hub.freebsd.org (Postfix) with ESMTP id 00DB337B40B; Fri, 2 Nov 2001 16:02:56 -0800 (PST) Received: (from ache@localhost) by nagual.pp.ru (8.11.6/8.11.6) id fA302L699404; Sat, 3 Nov 2001 03:02:21 +0300 (MSK) (envelope-from ache) Date: Sat, 3 Nov 2001 03:02:18 +0300 From: "Andrey A. Chernov" To: Hajimu UMEMOTO Cc: nin@Jp.FreeBSD.org, hackers@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: About stscasestr() prototyped with string.h of current lib Message-ID: <20011103030216.B98090@nagual.pp.ru> References: <20011102.173604.78790653.nin@smtp.shikoku.ne.jp> <20011102120117.A87038@nagual.pp.ru> <20011102.220113.74678450.ume@mahoroba.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011102.220113.74678450.ume@mahoroba.org> User-Agent: Mutt/1.3.23i Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Nov 02, 2001 at 22:01:13 +0900, Hajimu UMEMOTO wrote: > I think nin said that having strcasestr() in our standard header > breaks existing program. Existen programs must be ported to FreeBSD first. > That is, our header seems not confirm > standard. Use #define _ANSI_SOURCE or _POSIX_SOURCE to get standard conformance. All those functions clearly marked as Nonstandard extensions in corresponding string.h section. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message