projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
include/netfilter.mk: add 2.6.35 kernel support
[openwrt.git]
/
target
/
linux
/
generic-2.4
/
patches
/
225-string_lib_useful_exports.patch
diff --git
a/target/linux/generic-2.4/patches/225-string_lib_useful_exports.patch
b/target/linux/generic-2.4/patches/225-string_lib_useful_exports.patch
index
8ba194b
..
51ec27f
100644
(file)
--- a/
target/linux/generic-2.4/patches/225-string_lib_useful_exports.patch
+++ b/
target/linux/generic-2.4/patches/225-string_lib_useful_exports.patch
@@
-136,7
+136,7
@@
#endif
#ifndef __HAVE_ARCH_MEMCMP
#endif
#ifndef __HAVE_ARCH_MEMCMP
-@@ -45
8,6 +475
,7 @@ int memcmp(const void * cs,const void *
+@@ -45
9,6 +476
,7 @@ int memcmp(const void * cs,const void *
break;
return res;
}
break;
return res;
}
@@
-144,7
+144,7
@@
#endif
#ifndef __HAVE_ARCH_MEMSCAN
#endif
#ifndef __HAVE_ARCH_MEMSCAN
-@@ -48
2,6 +500
,7 @@ void * memscan(void * addr, int c, size_
+@@ -48
3,6 +501
,7 @@ void * memscan(void * addr, int c, size_
}
return (void *) p;
}
}
return (void *) p;
}
@@
-152,7
+152,7
@@
#endif
#ifndef __HAVE_ARCH_STRSTR
#endif
#ifndef __HAVE_ARCH_STRSTR
-@@ -50
6,6 +525
,7 @@ char * strstr(const char * s1,const char
+@@ -50
7,6 +526
,7 @@ char * strstr(const char * s1,const char
}
return NULL;
}
}
return NULL;
}
@@
-160,7
+160,7
@@
#endif
#ifndef __HAVE_ARCH_MEMCHR
#endif
#ifndef __HAVE_ARCH_MEMCHR
-@@ -52
8,5 +548
,5 @@ void *memchr(const void *s, int c, size_
+@@ -52
9,5 +549
,5 @@ void *memchr(const void *s, int c, size_
}
return NULL;
}
}
return NULL;
}
This page took
0.023581 seconds
and
4
git commands to generate.