diff options
Diffstat (limited to 'graphics/utah-glx/files/patch-bb')
-rw-r--r-- | graphics/utah-glx/files/patch-bb | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/graphics/utah-glx/files/patch-bb b/graphics/utah-glx/files/patch-bb deleted file mode 100644 index 55dde321512f..000000000000 --- a/graphics/utah-glx/files/patch-bb +++ /dev/null @@ -1,15 +0,0 @@ -diff -druN servGL/hwglx/common/glx_symbols.c servGL/hwglx/common/glx_symbols.c ---- servGL/hwglx/common/glx_symbols.c Wed Mar 22 07:25:59 2000 -+++ servGL/hwglx/common/glx_symbols.c Sun Nov 5 19:22:23 2000 -@@ -187,9 +187,8 @@ - static void *my_dlsym(void *handle, const char *name) - { - void *tmp = dlsym(handle, name); -- char *error; -- if ((error = dlerror()) != 0) { -- fprintf( stderr, "%s\n", error ); -+ if (tmp == NULL) { -+ fputs( dlerror(), stderr ); - any_error = 1; - return 0; - } |