nuke $Id$ in /packages as well
[openwrt/svn-archive/archive.git] / net / bmon / patches / 001-bugfixes.patch
1 Index: bmon-2.1.0/src/out_audio.c
2 ===================================================================
3 --- bmon-2.1.0.orig/src/out_audio.c 2007-11-20 17:25:54.000000000 +0100
4 +++ bmon-2.1.0/src/out_audio.c 2007-11-20 17:25:54.000000000 +0100
5 @@ -141,7 +141,7 @@
6 .om_draw = audio_draw,
7 .om_set_opts = audio_set_opts,
8 .om_probe = audio_probe,
9 - .om_shutdown audio_shutdown,
10 + .om_shutdown = audio_shutdown,
11 };
12
13 static void __init audio_init(void)
14 Index: bmon-2.1.0/src/out_xml_event.c
15 ===================================================================
16 --- bmon-2.1.0.orig/src/out_xml_event.c 2007-11-20 17:25:54.000000000 +0100
17 +++ bmon-2.1.0/src/out_xml_event.c 2007-11-20 17:25:54.000000000 +0100
18 @@ -127,7 +127,7 @@
19 .om_draw = xml_event_draw,
20 .om_set_opts = xml_event_set_opts,
21 .om_probe = xml_event_probe,
22 - .om_shutdown xml_event_shutdown,
23 + .om_shutdown = xml_event_shutdown,
24 };
25
26 static void __init xml_event_init(void)