Diff for /embedaddon/bmon/src/module.c between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2014/07/30 07:55:27 version 1.1.1.2, 2019/10/21 14:58:35
Line 130  static void __auto_load(struct bmon_module *m) Line 130  static void __auto_load(struct bmon_module *m)
 int module_set(struct bmon_subsys *ss, const char *name)  int module_set(struct bmon_subsys *ss, const char *name)
 {  {
         struct bmon_module *mod;          struct bmon_module *mod;
         struct list_head *list;  
         LIST_HEAD(tmp_list);          LIST_HEAD(tmp_list);
         module_conf_t *m;          module_conf_t *m;
   

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>