diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2009-07-13 18:10:22 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2009-07-13 18:10:22 +0000 |
commit | 47d004b8ef66e94552af0c1b57c9e2f10453a08a (patch) | |
tree | e55bb35279847260a23fe103312556cace21167b /net/openradius/files/patch-common-misc.c | |
parent | Update to 4047 (diff) |
- 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>
Notes
Notes:
svn path=/head/; revision=237708
Diffstat (limited to 'net/openradius/files/patch-common-misc.c')
-rw-r--r-- | net/openradius/files/patch-common-misc.c | 11 |
1 files changed, 11 insertions, 0 deletions
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; + |