summaryrefslogtreecommitdiff
path: root/x11/libXext/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'x11/libXext/patches/patch-af')
-rw-r--r--x11/libXext/patches/patch-af15
1 files changed, 0 insertions, 15 deletions
diff --git a/x11/libXext/patches/patch-af b/x11/libXext/patches/patch-af
deleted file mode 100644
index 2fa5b58cc03..00000000000
--- a/x11/libXext/patches/patch-af
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-af,v 1.1 2008/01/29 02:00:22 bjs Exp $
-
-Fix warnings.
-
---- src/globals.c.orig 2006-07-11 14:05:14.000000000 -0400
-+++ src/globals.c
-@@ -75,7 +75,7 @@ from The Open Group.
- /*
- * Error handlers; used to be in XlibInt.c
- */
--typedef int (*funcptr)();
-+typedef int (*funcptr)(Display*, char *, char *);
- ZEROINIT (funcptr, _XExtensionErrorFunction, NULL);
-
- /*