summaryrefslogtreecommitdiff
path: root/games/powwow/files/patch-ptr.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/powwow/files/patch-ptr.c')
-rw-r--r--games/powwow/files/patch-ptr.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/games/powwow/files/patch-ptr.c b/games/powwow/files/patch-ptr.c
deleted file mode 100644
index 2204aefb4463..000000000000
--- a/games/powwow/files/patch-ptr.c
+++ /dev/null
@@ -1,17 +0,0 @@
-Index: ptr.c
-@@ -407,6 +407,7 @@
- return (char*)p; /* shortcut for NULL */
- }
-
-+#ifdef _GNU_SOURCE
- /*
- * find last occurrence of c in p
- * return NULL if none found.
-@@ -427,6 +428,7 @@
- else
- return NULL;
- }
-+#endif
-
- char *ptrrchr __P2 (ptr,p, char,c)
- {