1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-08 02:15:08 +00:00
freebsd-ports/net/openradius/files/patch-common-misc.c
Wesley Shields 47d004b8ef - Unbreak build by renaming memchr() to memchr9()
- While here respect LOCALBASE in scripts/configure
- Pass maintainer to submitter

PR:		ports/136434
Submitted by:	Chris Rees <utisoft@gmail.com>
2009-07-13 18:10:22 +00:00

12 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;