Hey guys,
Just setting up a laptop here, was compiling from CVS and hit an error.
Seems someone left an extra _ in a type definition... did a search thru
the code and the _'ed version isn't used anywhere, so I'm guessing it
was just a typo.

I'm not sure what the format you guys want for patches, so I'm guessing
it's the same as everywhere else and a diff -u...



diff -u  include/GL/gl.h.orig include/GL/gl.h
--- include/GL/gl.h.orig        2005-12-08 19:12:49.000000000 +1300
+++ include/GL/gl.h     2005-12-08 19:10:39.000000000 +1300
@@ -2244,8 +2244,8 @@
    typedef unsigned __int64 GLuint64EXT;
 #else
    /* this might actually be a 32-bit type */
-   typedef long int GLint64_EXT;
-   typedef unsigned long int GLuint64_EXT;
+   typedef long int GLint64EXT;
+   typedef unsigned long int GLuint64EXT;
 #endif
 
 #define GL_TIME_ELAPSED_EXT  0x88BF



Hardly even worth writing a patch for really =)

-- 
           Yours sincerely,
                    Scott Miller
                    Systems Administrator
                    Nova-Kaine Industries



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to