Date: Wed, 7 Nov 2001 02:01:15 +0100 From: Jan.Stocker@t-online.de (Jan Stocker) To: <freebsd-current@freebsd.org> Subject: malloc.h Message-ID: <000501c16727$b3772540$fe02010a@twoflower.liebende.de> In-Reply-To: <XFMail.011106154536.jhb@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <stdlib.h> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000501c16727$b3772540$fe02010a>