Applied a patch from Aron Griffis to make this compile on Tru64.

This commit is contained in:
Martin Baulig
2000-02-24 12:46:14 +00:00
parent d6a6d70c75
commit 9e2a8f7db8
4 changed files with 16 additions and 16 deletions

View File

@@ -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 };