From owner-freebsd-current Tue Nov 6 17: 2: 4 2001 Delivered-To: freebsd-current@freebsd.org Received: from mailout06.sul.t-online.de (mailout06.sul.t-online.com [194.25.134.19]) by hub.freebsd.org (Postfix) with ESMTP id 8119D37B419 for ; Tue, 6 Nov 2001 17:02:01 -0800 (PST) Received: from fwd05.sul.t-online.de by mailout06.sul.t-online.de with smtp id 161H6O-0006tf-01; Wed, 07 Nov 2001 02:02:00 +0100 Received: from twoflower (320072111332-0001@[217.80.121.119]) by fwd05.sul.t-online.com with smtp id 161H6H-100np2C; Wed, 7 Nov 2001 02:01:53 +0100 From: Jan.Stocker@t-online.de (Jan Stocker) To: Subject: malloc.h Date: Wed, 7 Nov 2001 02:01:15 +0100 Message-ID: <000501c16727$b3772540$fe02010a@twoflower.liebende.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4 X-Sender: 320072111332-0001@t-dialin.net Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I completly reinstalled my system in the last days. Many ports have a problem searching prototypes in malloc.h which have been moved to stdlib.h (which is displayed as error in malloc.h). I think a better solution is to replace the error-statement with a warning and do a #include in the malloc.h file. If you dont, you have to take care of many c and h files and patch em all (not a nice work for the porters...) Jan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message