diff options
author | Soeren Sandmann <sandmann@redhat.com> | 2005-05-22 01:01:20 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <ssp@src.gnome.org> | 2005-05-22 01:01:20 +0000 |
commit | 402ffc9e4a792e018badbe4bb2ba0c47f28ac6c9 (patch) | |
tree | 880967c8dfc13b8ed85d7042eb2282d26dfe3975 /module/sysprof-module.c | |
parent | 98fe6b572e40410ace3c125ba7d00a75b7dff213 (diff) |
update
Sat May 21 20:58:59 2005 Soeren Sandmann <sandmann@redhat.com>
* TODO: update
* sysprof.c (on_menu_item_activated): New function.
* sysprof.c (build_gui): Hook up menu items.
* module/sysprof-module.c (init_module): Remove module_init/exit
as they cause build failure on kernels < 2.6.11.
Diffstat (limited to 'module/sysprof-module.c')
-rw-r--r-- | module/sysprof-module.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/module/sysprof-module.c b/module/sysprof-module.c index c811098..f785731 100644 --- a/module/sysprof-module.c +++ b/module/sysprof-module.c @@ -425,5 +425,3 @@ cleanup_module(void) remove_proc_entry("sysprof-trace", &proc_root); } -module_init (init_module); -module_exit (cleanup_module); |