From: John Anthony Kazos Jr. <[email protected]> Convert the "kernel" subdirectory of the tree to UTF-8. The only file modified is <kernel/sys.c>. Signed-off-by: John Anthony Kazos Jr. <[email protected]> --- I can't get my mail client to send in ISO-8859-1 instead of UTF-8, so the actual patch is attached in octet-stream format. The below patch is just for reference and will almost certainly NOT work. Also, since the patch includes both encodings, whichever encoding you select while viewing it will display one correct and one garbled line. However, the bytecodes -are- correct. diff -uprN linux-2.6.21-rc7.orig/kernel/sys.c linux-2.6.21-rc7.mod/kernel/sys.c --- linux-2.6.21-rc7.orig/kernel/sys.c 2007-04-17 11:42:13.000000000 -0400 +++ linux-2.6.21-rc7.mod/kernel/sys.c 2007-04-17 13:16:59.000000000 -0400 @@ -1292,7 +1292,7 @@ asmlinkage long sys_setfsuid(uid_t uid) } /* - * Samma på svenska.. + * Samma pÃ¥ svenska.. */ asmlinkage long sys_setfsgid(gid_t gid) {
Attachment:
patch-kernel.bin
Description: Binary data
- Follow-Ups:
- Re: [PATCH] general: convert "kernel" subdirectory to UTF-8
- From: Dmitry Torokhov <[email protected]>
- Re: [PATCH] general: convert "kernel" subdirectory to UTF-8
- From: Andreas Schwab <[email protected]>
- Re: [PATCH] general: convert "kernel" subdirectory to UTF-8
- Prev by Date: Re: [AppArmor 31/41] Fix __d_path() for lazy unmounts and make it unambiguous; exclude unreachable mount points from /proc/mounts
- Next by Date: Re: [patch] CFS (Completely Fair Scheduler), v2
- Previous by thread: [PATCH] documentation: convert the Documentation directory to UTF-8
- Next by thread: Re: [PATCH] general: convert "kernel" subdirectory to UTF-8
- Index(es):