opnsense-ports/games/powwow/files/patch-ptr.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

17 lines
271 B
C

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)
{