2007-11-20 16:27:56 +00:00
|
|
|
Index: bmon-2.1.0/src/out_audio.c
|
|
|
|
===================================================================
|
|
|
|
--- bmon-2.1.0.orig/src/out_audio.c 2007-11-20 17:25:54.000000000 +0100
|
|
|
|
+++ bmon-2.1.0/src/out_audio.c 2007-11-20 17:25:54.000000000 +0100
|
2006-10-09 21:21:18 +00:00
|
|
|
@@ -141,7 +141,7 @@
|
|
|
|
.om_draw = audio_draw,
|
|
|
|
.om_set_opts = audio_set_opts,
|
|
|
|
.om_probe = audio_probe,
|
|
|
|
- .om_shutdown audio_shutdown,
|
|
|
|
+ .om_shutdown = audio_shutdown,
|
|
|
|
};
|
|
|
|
|
|
|
|
static void __init audio_init(void)
|
2007-11-20 16:27:56 +00:00
|
|
|
Index: bmon-2.1.0/src/out_xml_event.c
|
|
|
|
===================================================================
|
|
|
|
--- bmon-2.1.0.orig/src/out_xml_event.c 2007-11-20 17:25:54.000000000 +0100
|
|
|
|
+++ bmon-2.1.0/src/out_xml_event.c 2007-11-20 17:25:54.000000000 +0100
|
2006-10-09 21:21:18 +00:00
|
|
|
@@ -127,7 +127,7 @@
|
|
|
|
.om_draw = xml_event_draw,
|
|
|
|
.om_set_opts = xml_event_set_opts,
|
|
|
|
.om_probe = xml_event_probe,
|
|
|
|
- .om_shutdown xml_event_shutdown,
|
|
|
|
+ .om_shutdown = xml_event_shutdown,
|
|
|
|
};
|
|
|
|
|
|
|
|
static void __init xml_event_init(void)
|