From owner-cvs-all Sun Jan 6 13:39:13 2002 Delivered-To: cvs-all@freebsd.org Received: from gw.nectar.cc (gw.nectar.cc [208.42.49.153]) by hub.freebsd.org (Postfix) with ESMTP id 03C6137B41D; Sun, 6 Jan 2002 13:39:03 -0800 (PST) Received: from madman.nectar.cc (madman.nectar.cc [10.0.1.111]) by gw.nectar.cc (Postfix) with ESMTP id 7888A4; Sun, 6 Jan 2002 15:39:02 -0600 (CST) Received: (from nectar@localhost) by madman.nectar.cc (8.11.6/8.11.6) id g06Ld2M88161; Sun, 6 Jan 2002 15:39:02 -0600 (CST) (envelope-from nectar) Date: Sun, 6 Jan 2002 15:39:02 -0600 From: "Jacques A. Vidrine" To: Jeremy Lea Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/net/gnomeicu/files patch-src::icu_db.c Message-ID: <20020106213902.GA88137@madman.nectar.cc> Mail-Followup-To: "Jacques A. Vidrine" , Jeremy Lea , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200201062053.g06KrMC19409@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200201062053.g06KrMC19409@freefall.freebsd.org> User-Agent: Mutt/1.3.25i X-Url: http://www.nectar.cc/ Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Jan 06, 2002 at 12:53:22PM -0800, Jeremy Lea wrote: > reg 2002/01/06 12:53:22 PST > > Added files: > net/gnomeicu/files patch-src::icu_db.c > Log: > Fix for building on -CURRENT without #ifdef HAVE_STDLIB_H !? What language is this written in? Please just s/malloc.h/stdlib.h/. Or if you must use a conditional, it should look like #include #ifdef HAVE_MALLOC_H #include #endif I think. -- Jacques A. Vidrine http://www.nectar.cc/ NTT/Verio SME . FreeBSD UNIX . Heimdal Kerberos jvidrine@verio.net . nectar@FreeBSD.org . nectar@kth.se To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message