ALT Linux Bugzilla
– Attachment 2551 Details for
Bug 15242
libx86config - don't output "Disable" parameters from Section Module
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
xorg-server-1.4.0.90-parser.patch
xorg-server-1.4.0.90-parser.patch (text/plain), 741 bytes, created by
led
on 2008-04-04 20:49:23 MSD
(
hide
)
Description:
xorg-server-1.4.0.90-parser.patch
Filename:
MIME Type:
Creator:
led
Created:
2008-04-04 20:49:23 MSD
Size:
741 bytes
patch
obsolete
>diff -urN xorg-server-1.4.0.90.orig/hw/xfree86/parser/Module.c xorg-server-1.4.0.90/hw/xfree86/parser/Module.c >--- xorg-server-1.4.0.90.orig/hw/xfree86/parser/Module.c 2007-11-06 16:37:26 +0200 >+++ xorg-server-1.4.0.90/hw/xfree86/parser/Module.c 2008-04-04 19:14:08 +0300 >@@ -225,6 +225,24 @@ > #endif > } > } >+ for (lptr = ptr->mod_disable_lst; lptr; lptr = lptr->list.next) >+ { >+ switch (lptr->load_type) >+ { >+ case XF86_DISABLE_MODULE: >+ fprintf (cf, "\tDisable \"%s\"", lptr->load_name); >+ if (lptr->load_comment) >+ fprintf(cf, "%s", lptr->load_comment); >+ else >+ fputc('\n', cf); >+ break; >+#if 0 >+ default: >+ fprintf (cf, "#\tUnknown type \"%s\"\n", lptr->load_name); >+ break; >+#endif >+ } >+ } > } > > XF86LoadPtr
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 15242
: 2551