On Thu, Aug 08, 2002 at 01:18:02AM -0700, Alan Hourihane wrote:
> CVSROOT:      /home/x-cvs
> Module name:  xc
> Changes by:   [EMAIL PROTECTED]       02/08/08 01:18:01
> 
> Log message:
>   multiple people have sent this fix in, committing it now.
>   Stops tdfx dri driver segfaulting
> 
> Modified files:
>       xc/lib/GL/mesa/src/drv/tdfx/:
>         tdfx_context.c 
>   
>   Revision      Changes    Path
>   1.9           +2 -2      xc/lib/GL/mesa/src/drv/tdfx/tdfx_context.c

This patch appears to cause parse errors.

To get it to compile again I had to change line 551 to:

   *((void **)&(tmesa->Glide.PTR)) = dlsym(libHandle, NAME);           \

instead of

   *((void **)&tmesa->Glide.PTR = dlsym(libHandle, NAME);              \

-- 
G. Branden Robinson                |     "Why do we have to hide from the
Debian GNU/Linux                   |      police, Daddy?"
[EMAIL PROTECTED]                 |     "Because we use vi, son.  They use
http://people.debian.org/~branden/ |      emacs."

Attachment: msg08387/pgp00000.pgp
Description: PGP signature

Reply via email to