From owner-freebsd-arch@FreeBSD.ORG Sat Oct 16 17:44:20 2004 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E58E316A4CE for ; Sat, 16 Oct 2004 17:44:20 +0000 (GMT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9592B43D4C for ; Sat, 16 Oct 2004 17:44:20 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.13.1/8.13.1) with ESMTP id i9GHiJ4I096803 for ; Sat, 16 Oct 2004 10:44:19 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id i9GHiJu2096802 for freebsd-arch@freebsd.org; Sat, 16 Oct 2004 10:44:19 -0700 (PDT) (envelope-from obrien) Date: Sat, 16 Oct 2004 10:44:19 -0700 From: "David O'Brien" To: freebsd-arch@freebsd.org Message-ID: <20041016174419.GA96297@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Subject: Proposal to restore traditional BSD behavior in . X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@freebsd.org List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Oct 2004 17:44:21 -0000 I'd like to restore the traditional BSD behavior that includes the content of in addition to the BSD bcmp, et. al. We changed our between 4.x and 5.x and now that we're at 5-STABLE I'm finding software that built fine on 4.x has an issue on 5.x. Index: strings.h =================================================================== RCS file: /home/ncvs/src/include/strings.h,v retrieving revision 1.6 diff -u -r1.6 strings.h --- strings.h 23 Jul 2004 07:13:35 -0000 1.6 +++ strings.h 16 Oct 2004 17:09:40 -0000 @@ -31,6 +31,7 @@ #include #include +#include #ifndef _SIZE_T_DECLARED typedef __size_t size_t; -- -- David (obrien@FreeBSD.org)