From 9e2a8f7db800662db82b7d3b763e47b38de6681f Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Thu, 24 Feb 2000 12:46:14 +0000 Subject: [PATCH] Applied a patch from Aron Griffis to make this compile on Tru64. --- sysdeps/names/interfaces.c | 8 ++++---- sysdeps/names/mountlist.c | 8 ++++---- sysdeps/names/proclist.c | 8 ++++---- sysdeps/names/procmap.c | 8 ++++---- 4 files changed, 16 insertions(+), 16 deletions(-) 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 };