From owner-freebsd-bugs Tue Oct 15 15: 0:13 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A694437B401 for ; Tue, 15 Oct 2002 15:00:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5610E43E65 for ; Tue, 15 Oct 2002 15:00:11 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g9FM0BCo065192 for ; Tue, 15 Oct 2002 15:00:11 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g9FM0BTD065191; Tue, 15 Oct 2002 15:00:11 -0700 (PDT) Date: Tue, 15 Oct 2002 15:00:11 -0700 (PDT) Message-Id: <200210152200.g9FM0BTD065191@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Stefan Farfeleder Subject: Re: kern/44121: [PATCH] bogus cast removal in hea driver Reply-To: Stefan Farfeleder 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 The following reply was made to PR kern/44121; it has been noted by GNATS. From: Stefan Farfeleder To: bug-followup@FreeBSD.org Cc: Subject: Re: kern/44121: [PATCH] bogus cast removal in hea driver Date: Tue, 15 Oct 2002 23:51:10 +0200 My "fix" isn't really all that good, since gcc now complains about losing const. So I think the pointer should be cast to void *. The same applies to eni_buffer.c:127 btw. Sorry. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message