diff options
author | Chris Larson <clarson@kergoth.com> | 2004-12-09 09:47:41 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-12-09 09:47:41 +0000 |
commit | 2c5b8ec6d95cf68650265941530e5ce38c8dd6d9 (patch) | |
tree | bf879bea7ef8517ba8c3d1286ef300401d3d484c /linux-uml/linux-uml-2.6.7/Export_strncpy.patch | |
parent | 101e2f1623def0a355d20aacb8bd93810703e834 (diff) |
Merge oe-devel@oe-devel.bkbits.net:openembedded
into hyperion.kergoth.com:/home/kergoth/code/openembedded
2004/12/09 03:39:39-06:00 kergoth.com!kergoth
Break people's builds again.. this time moving the packages into a packages/ subdir to clean things up a bit.
BKrev: 41b81f3dvlp3rU7_8MUXLcI8LDdDoA
Diffstat (limited to 'linux-uml/linux-uml-2.6.7/Export_strncpy.patch')
-rw-r--r-- | linux-uml/linux-uml-2.6.7/Export_strncpy.patch | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/linux-uml/linux-uml-2.6.7/Export_strncpy.patch b/linux-uml/linux-uml-2.6.7/Export_strncpy.patch deleted file mode 100644 index 3a15f0f15d..0000000000 --- a/linux-uml/linux-uml-2.6.7/Export_strncpy.patch +++ /dev/null @@ -1,27 +0,0 @@ - -Adds some exports - -Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade_spam@yahoo.it> ---- - - uml-linux-2.6.7-paolo/arch/um/kernel/ksyms.c | 2 ++ - 1 files changed, 2 insertions(+) - -diff -puN arch/um/kernel/ksyms.c~Export_strncpy arch/um/kernel/ksyms.c ---- uml-linux-2.6.7/arch/um/kernel/ksyms.c~Export_strncpy 2004-06-29 21:03:06.788605344 +0200 -+++ uml-linux-2.6.7-paolo/arch/um/kernel/ksyms.c 2004-06-29 21:03:06.790605040 +0200 -@@ -50,11 +50,13 @@ EXPORT_SYMBOL(handle_page_fault); - EXPORT_SYMBOL(find_iomem); - - #ifdef CONFIG_MODE_TT -+EXPORT_SYMBOL(strncpy_from_user_tt); - EXPORT_SYMBOL(copy_from_user_tt); - EXPORT_SYMBOL(copy_to_user_tt); - #endif - - #ifdef CONFIG_MODE_SKAS -+EXPORT_SYMBOL(strncpy_from_user_skas); - EXPORT_SYMBOL(copy_to_user_skas); - EXPORT_SYMBOL(copy_from_user_skas); - #endif -_ |