From 47d004b8ef66e94552af0c1b57c9e2f10453a08a Mon Sep 17 00:00:00 2001 From: Wesley Shields Date: Mon, 13 Jul 2009 18:10:22 +0000 Subject: - 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 --- net/openradius/files/patch-common-misc.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 net/openradius/files/patch-common-misc.c (limited to 'net/openradius/files/patch-common-misc.c') diff --git a/net/openradius/files/patch-common-misc.c b/net/openradius/files/patch-common-misc.c new file mode 100644 index 000000000000..828dd80a515d --- /dev/null +++ b/net/openradius/files/patch-common-misc.c @@ -0,0 +1,11 @@ +--- 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; + -- cgit v1.2.3