From owner-cvs-all Fri Dec 13 14:20: 9 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4950437B401; Fri, 13 Dec 2002 14:20:08 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A49C43EC2; Fri, 13 Dec 2002 14:20:08 -0800 (PST) (envelope-from fenner@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id gBDMK7mV063628; Fri, 13 Dec 2002 14:20:07 -0800 (PST) (envelope-from fenner@repoman.freebsd.org) Received: (from fenner@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gBDMK7L9063620; Fri, 13 Dec 2002 14:20:07 -0800 (PST) Message-Id: <200212132220.gBDMK7L9063620@repoman.freebsd.org> From: Bill Fenner Date: Fri, 13 Dec 2002 14:20:07 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/amd/include am_utils.h src/contrib/amd/libamu misc_rpc.c X-FreeBSD-CVS-Branch: RELENG_5_0 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 fenner 2002/12/13 14:20:07 PST Modified files: (Branch: RELENG_5_0) contrib/amd/include am_utils.h contrib/amd/libamu misc_rpc.c Log: Pass the procedure number enum as u_int, not u_long, so that a pointer to it can be cast to (enum_t *) without losing information. This fixes certain amd maps on FreeBSD/sparc64. Note that this is not being committed to HEAD, in the hopes that this fix will come from the vendor in the next release so these files don't have to leave the vendor branch. Approved by: re (rwatson), maintainer (obrien) Revision Changes Path 1.1.1.5.2.1 +1 -1 src/contrib/amd/include/am_utils.h 1.1.1.4.2.1 +1 -1 src/contrib/amd/libamu/misc_rpc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message