summaryrefslogtreecommitdiff
path: root/bmon/bmon-2.1.0-gcc4.diff
blob: 433edf5090de49e3ef4429ffaad460f377462d1f (plain)
    1 --- bmon-2.1.0.orig/src/out_xml_event.c	2005-04-05 12:01:33.000000000 -0300
    2 +++ bmon-2.1.0/src/out_xml_event.c	2005-09-09 17:56:07.000000000 -0300
    3 @@ -127,7 +127,7 @@
    4  	.om_draw = xml_event_draw,
    5  	.om_set_opts = xml_event_set_opts,
    6  	.om_probe = xml_event_probe,
    7 -	.om_shutdown xml_event_shutdown,
    8 +	.om_shutdown = xml_event_shutdown
    9  };
   10  
   11  static void __init xml_event_init(void)
   12 --- bmon-2.1.0.orig/src/out_audio.c	2005-04-05 12:01:33.000000000 -0300
   13 +++ bmon-2.1.0/src/out_audio.c	2005-09-09 17:58:20.000000000 -0300
   14 @@ -141,7 +141,7 @@
   15  	.om_draw = audio_draw,
   16  	.om_set_opts = audio_set_opts,
   17  	.om_probe = audio_probe,
   18 -	.om_shutdown audio_shutdown,
   19 +	.om_shutdown = audio_shutdown
   20  };
   21  
   22  static void __init audio_init(void)

Generated by cgit