From owner-cvs-all Sat Jun 1 9:20:31 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CF6FB37B401; Sat, 1 Jun 2002 09:20:27 -0700 (PDT) Received: (from alfred@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g51GKR696021; Sat, 1 Jun 2002 09:20:27 -0700 (PDT) (envelope-from alfred) Message-Id: <200206011620.g51GKR696021@freefall.freebsd.org> From: Alfred Perlstein Date: Sat, 1 Jun 2002 09:20:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/cardbus cardbus_cis.c X-FreeBSD-CVS-Branch: HEAD 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 alfred 2002/06/01 09:20:27 PDT Modified files: sys/dev/cardbus cardbus_cis.c Log: Silence warning. When casting a "const void *" to a "struct foo **" you want to actually cast it to "struct foo * const *" not simply "const struct foo **". Revision Changes Path 1.20 +2 -2 src/sys/dev/cardbus/cardbus_cis.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message