opnsense-ports/net/openradius/files/patch-common-misc.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

11 lines
247 B
C

--- common/misc.c.orig 2009-07-07 18:15:41.000000000 +0100
+++ common/misc.c 2009-07-07 18:17:20.000000000 +0100
@@ -43,7 +43,7 @@
*/
-char *memrchr(char *s, int c, ssize_t len)
+char *memrchr9(char *s, int c, ssize_t len)
{
char *ret;