diff --git a/sysdeps/names/interfaces.c b/sysdeps/names/interfaces.c index a222d650..e90d94b4 100644 --- a/sysdeps/names/interfaces.c +++ b/sysdeps/names/interfaces.c @@ -25,10 +25,10 @@ #include -const char *glibtop_names_interface_names[] = { }; +const char *glibtop_names_interface_names[] = { 0 }; -const unsigned glibtop_types_interface_names[] = { }; +const unsigned glibtop_types_interface_names[] = { 0 }; -const char *glibtop_labels_interface_names[] = { }; +const char *glibtop_labels_interface_names[] = { 0 }; -const char *glibtop_descriptions_interface_names[] = { }; +const char *glibtop_descriptions_interface_names[] = { 0 }; diff --git a/sysdeps/names/mountlist.c b/sysdeps/names/mountlist.c index d54b167d..ecaee364 100644 --- a/sysdeps/names/mountlist.c +++ b/sysdeps/names/mountlist.c @@ -25,10 +25,10 @@ #include -const char *glibtop_names_mountlist[] = { }; +const char *glibtop_names_mountlist[] = { 0 }; -const unsigned glibtop_types_mountlist[] = { }; +const unsigned glibtop_types_mountlist[] = { 0 }; -const char *glibtop_labels_mountlist[] = { }; +const char *glibtop_labels_mountlist[] = { 0 }; -const char *glibtop_descriptions_mountlist[] = { }; +const char *glibtop_descriptions_mountlist[] = { 0 }; diff --git a/sysdeps/names/proclist.c b/sysdeps/names/proclist.c index 74721c1e..ffb76472 100644 --- a/sysdeps/names/proclist.c +++ b/sysdeps/names/proclist.c @@ -25,10 +25,10 @@ #include -const char *glibtop_names_proclist[] = { }; +const char *glibtop_names_proclist[] = { 0 }; -const unsigned glibtop_types_proclist[] = { }; +const unsigned glibtop_types_proclist[] = { 0 }; -const char *glibtop_labels_proclist[] = { }; +const char *glibtop_labels_proclist[] = { 0 }; -const char *glibtop_descriptions_proclist[] = { }; +const char *glibtop_descriptions_proclist[] = { 0 }; diff --git a/sysdeps/names/procmap.c b/sysdeps/names/procmap.c index 625c5c81..eb3d426e 100644 --- a/sysdeps/names/procmap.c +++ b/sysdeps/names/procmap.c @@ -25,10 +25,10 @@ #include -const char *glibtop_names_proc_map[] = { }; +const char *glibtop_names_proc_map[] = { 0 }; -const unsigned glibtop_types_proc_map[] = { }; +const unsigned glibtop_types_proc_map[] = { 0 }; -const char *glibtop_labels_proc_map[] = { }; +const char *glibtop_labels_proc_map[] = { 0 }; -const char *glibtop_descriptions_proc_map[] = { }; +const char *glibtop_descriptions_proc_map[] = { 0 };