1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/games/powwow/files/patch-ptr.h
Pav Lucistnik 1e0e46e9bc - Update to 1.2.13
PR:		ports/124637
Submitted by:	Alex Kozlov <spam@rm-rf.kiev.ua>
Approved by:	maintainer
2008-06-18 20:47:42 +00:00

11 lines
342 B
C

Index: ptr.h
@@ -65,7 +65,7 @@
/* TODO: watch memrchr, it is defined differently here than under _GNU_SOURCE,
* so it could cause bizarre results if a module makes use of a library that
* uses it */
-char *memrchr __P ((char *p, int lenp, char c));
+//char *memrchr __P ((char *p, int lenp, char c));
#endif
#endif /* _PTR_H_ */