projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[kernel/2.6.38] fix gcc-4.6 set but unused warnings
[openwrt.git]
/
target
/
linux
/
generic
/
patches-2.6.30
/
971-ocf_20110720.patch
diff --git
a/target/linux/generic/patches-2.6.30/971-ocf_20110720.patch
b/target/linux/generic/patches-2.6.30/971-ocf_20110720.patch
index
73210a0
..
3f22153
100644
(file)
--- a/
target/linux/generic/patches-2.6.30/971-ocf_20110720.patch
+++ b/
target/linux/generic/patches-2.6.30/971-ocf_20110720.patch
@@
-120,13
+120,3
@@
extern void get_random_bytes(void *buf, int nbytes);
void generate_random_uuid(unsigned char uuid_out[16]);
extern void get_random_bytes(void *buf, int nbytes);
void generate_random_uuid(unsigned char uuid_out[16]);
---- a/kernel/pid.c
-+++ b/kernel/pid.c
-@@ -383,6 +383,7 @@ struct task_struct *find_task_by_pid_typ
- {
- return pid_task(find_pid_ns(nr, ns), type);
- }
-+EXPORT_SYMBOL(find_task_by_vpid);
-
- EXPORT_SYMBOL(find_task_by_pid_type_ns);
-
This page took
0.019274 seconds
and
4
git commands to generate.