replace lots of manual install commands with INSTALL_* variables
[openwrt/svn-archive/archive.git] / net / bmon / patches / 01-bugfixes.patch
1 diff -ruN bmon-2.1.0-old/src/out_audio.c bmon-2.1.0-new/src/out_audio.c
2 --- bmon-2.1.0-old/src/out_audio.c 2005-04-05 17:01:33.000000000 +0200
3 +++ bmon-2.1.0-new/src/out_audio.c 2006-10-09 23:11:44.000000000 +0200
4 @@ -141,7 +141,7 @@
5 .om_draw = audio_draw,
6 .om_set_opts = audio_set_opts,
7 .om_probe = audio_probe,
8 - .om_shutdown audio_shutdown,
9 + .om_shutdown = audio_shutdown,
10 };
11
12 static void __init audio_init(void)
13 diff -ruN bmon-2.1.0-old/src/out_xml_event.c bmon-2.1.0-new/src/out_xml_event.c
14 --- bmon-2.1.0-old/src/out_xml_event.c 2005-04-05 17:01:33.000000000 +0200
15 +++ bmon-2.1.0-new/src/out_xml_event.c 2006-10-09 23:11:59.000000000 +0200
16 @@ -127,7 +127,7 @@
17 .om_draw = xml_event_draw,
18 .om_set_opts = xml_event_set_opts,
19 .om_probe = xml_event_probe,
20 - .om_shutdown xml_event_shutdown,
21 + .om_shutdown = xml_event_shutdown,
22 };
23
24 static void __init xml_event_init(void)