On Fri, Nov 02, 2001 at 17:36:04 +0900, NINOMIYA Hideyuki wrote: > In implementation with current, even if you implemented it for the > reason that Linux included, there is the problem that behavior is > different from Linux in about prototyping reference.
1) Our strcasestr() implementation is not related to Linux that way. 2) Program must not prototype by itself system-wide functions and should relay on system headers instead. 3) Programs which not follows rule #2 must be fixed by removing prototypes in question from their headers. -- Andrey A. Chernov http://ache.pp.ru/ To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message