From owner-freebsd-bugs Tue Nov 27 2:36:26 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id CC43637C54D; Tue, 27 Nov 2001 02:36:23 -0800 (PST) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 27 Nov 2001 10:36:19 +0000 (GMT) To: Ruslan Ermilov Cc: David Malone , freebsd-bugs@FreeBSD.ORG Subject: Re: misc/32296: brk() has illegal prototype In-reply-to: Your message of "Tue, 27 Nov 2001 10:07:16 +0200." <20011127100716.A22667@sunbay.com> X-Request-Do: Date: Tue, 27 Nov 2001 10:36:19 +0000 From: David Malone Message-ID: <200111271036.aa94603@salmon.maths.tcd.ie> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > Cool, could you please also test with the return type of sbrk() > changed to "void *"? I've tested changing the return type of brk to a int and that doesn't seem to break anything. I'll try changing sbrk to return a void *, but if I do that I should change brk to take a const void * too. David. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message