Applied a patch from Aron Griffis to make this compile on Tru64.
This commit is contained in:
@@ -25,10 +25,10 @@
|
||||
|
||||
#include <glibtop/interfaces.h>
|
||||
|
||||
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 };
|
||||
|
@@ -25,10 +25,10 @@
|
||||
|
||||
#include <glibtop/mountlist.h>
|
||||
|
||||
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 };
|
||||
|
@@ -25,10 +25,10 @@
|
||||
|
||||
#include <glibtop/proclist.h>
|
||||
|
||||
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 };
|
||||
|
@@ -25,10 +25,10 @@
|
||||
|
||||
#include <glibtop/procmap.h>
|
||||
|
||||
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 };
|
||||
|
Reference in New Issue
Block a user