diff options
Diffstat (limited to 'net/bmon/files/patch-src__out_db.c')
-rw-r--r-- | net/bmon/files/patch-src__out_db.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/bmon/files/patch-src__out_db.c b/net/bmon/files/patch-src__out_db.c new file mode 100644 index 000000000000..d7caa9d85ae9 --- /dev/null +++ b/net/bmon/files/patch-src__out_db.c @@ -0,0 +1,11 @@ +--- ./src/out_db.c.orig 2008-03-24 22:44:47.000000000 -0400 ++++ ./src/out_db.c 2008-03-24 22:45:03.000000000 -0400 +@@ -679,7 +679,7 @@ + .om_draw = db_draw, + .om_set_opts = db_set_opts, + .om_probe = db_probe, +- .om_shutdown db_shutdown, ++ .om_shutdown = db_shutdown, + }; + + static void __init db_init(void) |