f39633e5f3
* Fix compilation * Cleanup Makefile * Refresh patch git-svn-id: svn://svn.openwrt.org/openwrt/packages@9585 3c298f89-4303-0410-b956-a3cf2f4a3e73
27 lines
942 B
Diff
27 lines
942 B
Diff
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
|
|
@@ -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)
|
|
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
|
|
@@ -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)
|