diff options
-rw-r--r-- | net/bmon/files/patch-out_xml_event.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/bmon/files/patch-out_xml_event.c b/net/bmon/files/patch-out_xml_event.c new file mode 100644 index 000000000000..b8729730d9c3 --- /dev/null +++ b/net/bmon/files/patch-out_xml_event.c @@ -0,0 +1,11 @@ +--- src/out_xml_event.c.orig Tue Apr 5 17:01:33 2005 ++++ src/out_xml_event.c Sun Jan 28 14:28:18 2007 +@@ -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) |