summaryrefslogtreecommitdiff
path: root/graphics/utah-glx/files/patch-bg
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/utah-glx/files/patch-bg')
-rw-r--r--graphics/utah-glx/files/patch-bg16
1 files changed, 0 insertions, 16 deletions
diff --git a/graphics/utah-glx/files/patch-bg b/graphics/utah-glx/files/patch-bg
deleted file mode 100644
index b89473c885b5..000000000000
--- a/graphics/utah-glx/files/patch-bg
+++ /dev/null
@@ -1,16 +0,0 @@
-diff -druN servGL/hwglx/s3savage/s3savglx.c servGL/hwglx/s3savage/s3savglx.c
---- servGL/hwglx/s3savage/s3savglx.c Sun Aug 20 08:50:25 2000
-+++ servGL/hwglx/s3savage/s3savglx.c Sun Nov 5 19:20:54 2000
-@@ -83,10 +83,9 @@
- my_dlsym(void *handle, const char *name)
- {
- void *tmp = dlsym(handle, name);
-- char *error;
--if ((error = dlerror()) != 0)
-+ if (tmp == NULL)
- {
-- fputs(error, stderr);
-+ fputs(dlerror(), stderr);
- any_error = 1;
- return 0;
- }