From owner-cvs-all Mon Jan 15 14:36:41 2001 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [209.152.133.57]) by hub.freebsd.org (Postfix) with ESMTP id 8DE4537B69E; Mon, 15 Jan 2001 14:36:14 -0800 (PST) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.1/8.11.1) id f0FMa3844885; Mon, 15 Jan 2001 14:36:03 -0800 (PST) (envelope-from obrien) Date: Mon, 15 Jan 2001 14:36:03 -0800 From: "David O'Brien" To: Garrett Wollman Cc: Maxim Sobolev , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libvgl bitmap.c main.c simple.c vgl.h Message-ID: <20010115143602.A44766@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200101131130.f0DBUHP12372@freefall.freebsd.org> <20010114100020.C35126@dragon.nuxi.com> <20010115133114.D19739@ontario.alcove-int> <3A62EEC0.57D850A8@FreeBSD.org> <200101151943.OAA97850@khavrinen.lcs.mit.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200101151943.OAA97850@khavrinen.lcs.mit.edu>; from wollman@khavrinen.lcs.mit.edu on Mon, Jan 15, 2001 at 02:43:43PM -0500 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Jan 15, 2001 at 02:43:43PM -0500, Garrett Wollman wrote: > >> > -void VGLSetXY(VGLBitmap *object, int x, int y, byte color); > >> > +void VGLSetXY(VGLBitmap *object, int x, int y, u_long color); > > > Please bump shared library version number, because ABI is likely to be broken. > > Changes of this sort clearly do *not* break the ABI on Intel > architecture (the parameter `color' is in the same place on the stack, Not for 64-bit longs on x86... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message