aboutsummaryrefslogtreecommitdiffstats
path: root/net/openradius/files/patch-common-misc.c
blob: 828dd80a515dc21cbde890341e9e890fca8024ff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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;