From ab65af18abce4ebc00adf175b6a0900d4db29177 Mon Sep 17 00:00:00 2001 From: drochner Date: Fri, 8 Jul 2005 10:27:15 +0000 Subject: remove obsolete patch, pointed out by Leonard Schmidt --- graphics/glitz/patches/patch-aa | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 graphics/glitz/patches/patch-aa (limited to 'graphics') diff --git a/graphics/glitz/patches/patch-aa b/graphics/glitz/patches/patch-aa deleted file mode 100644 index accc922a914..00000000000 --- a/graphics/glitz/patches/patch-aa +++ /dev/null @@ -1,27 +0,0 @@ -$NetBSD: patch-aa,v 1.3 2005/06/18 20:11:01 kristerw Exp $ - ---- src/glx/glitz_glx_info.c.orig Sat Jun 18 21:07:20 2005 -+++ src/glx/glitz_glx_info.c Sat Jun 18 21:08:06 2005 -@@ -379,15 +379,15 @@ - if (gl_library) { - int len = strlen (gl_library); - -- if (thread_info->gl_library) { -- free (thread_info->gl_library); -- thread_info->gl_library = NULL; -+ if (thread_info.gl_library) { -+ free (thread_info.gl_library); -+ thread_info.gl_library = NULL; - } - -- thread_info->gl_library = malloc (len + 1); -- if (thread_info->gl_library) { -- memcpy (thread_info->gl_library, gl_library, len); -- thread_info->gl_library[len] = '\0'; -+ thread_info.gl_library = malloc (len + 1); -+ if (thread_info.gl_library) { -+ memcpy (thread_info.gl_library, gl_library, len); -+ thread_info.gl_library[len] = '\0'; - } - } - -- cgit v1.2.3