From owner-cvs-all Tue Mar 18 10:18: 1 2003 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 6358937B401; Tue, 18 Mar 2003 10:17:59 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F127743FAF; Tue, 18 Mar 2003 10:17:58 -0800 (PST) (envelope-from jhb@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 h2IIHw0U035873; Tue, 18 Mar 2003 10:17:58 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h2IIHwCo035872; Tue, 18 Mar 2003 10:17:58 -0800 (PST) Message-Id: <200303181817.h2IIHwCo035872@repoman.freebsd.org> From: John Baldwin Date: Tue, 18 Mar 2003 10:17:58 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/multimedia/gstreamer/files patch-libs::ext::cothreads::cothreads::cothreads.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 jhb 2003/03/18 10:17:58 PST FreeBSD ports repository (src,doc committer) Modified files: multimedia/gstreamer/files patch-libs::ext::cothreads::cothreads::cothreads.c Log: Add a patch to cast pointers to intptr_t instead of int when performing arithmetic on a stack address. This fixes arch's such as alpha where sizeof(int) != sizeof(void *). Requested by: kris Revision Changes Path 1.2 +13 -4 ports/multimedia/gstreamer/files/patch-libs::ext::cothreads::cothreads::cothreads.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message