Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 59105 Details for
Bug 92881
patch for building uml kernel with module support
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
uml-modules.patch
uml-modules.patch (text/plain), 791 bytes, created by
Andre Kloth
on 2005-05-17 02:43:44 UTC
(
hide
)
Description:
uml-modules.patch
Filename:
MIME Type:
Creator:
Andre Kloth
Created:
2005-05-17 02:43:44 UTC
Size:
791 bytes
patch
obsolete
>--- arch/um/kernel/ksyms.old.c 2005-05-17 12:12:33.769706472 +0200 >+++ arch/um/kernel/ksyms.c 2005-05-17 12:14:14.837341856 +0200 >@@ -73,7 +73,8 @@ > EXPORT_SYMBOL(os_write_file); > EXPORT_SYMBOL(os_seek_file); > EXPORT_SYMBOL(os_lock_file); >-EXPORT_SYMBOL(os_ioctl_generic); >+/* doesn't compile, when module loading enabled */ >+/* EXPORT_SYMBOL(os_ioctl_generic); */ > EXPORT_SYMBOL(os_pipe); > EXPORT_SYMBOL(os_file_type); > EXPORT_SYMBOL(os_file_mode); >@@ -87,7 +88,8 @@ > EXPORT_SYMBOL(os_create_unix_socket); > EXPORT_SYMBOL(os_connect_socket); > EXPORT_SYMBOL(os_accept_connection); >-EXPORT_SYMBOL(os_ioctl_generic); >+/* doesn't compile, when module loading enabled */ >+/* EXPORT_SYMBOL(os_ioctl_generic); */ > EXPORT_SYMBOL(os_rcv_fd); > EXPORT_SYMBOL(run_helper); > EXPORT_SYMBOL(start_thread);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 92881
: 59105