Added missing const qualifiers.
* loadavg.c: (glibtop_get_loadavg_s): * msg_limits.c: * sem_limits.c: * shm_limits.c: Added missing const qualifiers.
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
#include <kvm.h>
|
||||
#include <sys/sem.h>
|
||||
|
||||
static struct nlist nlst[] = { {"seminfo"}, {NULL} };
|
||||
static const struct nlist nlst[] = { {"seminfo"}, {NULL} };
|
||||
static const unsigned long _glibtop_sysdeps_sem_limits =
|
||||
#if GLIBTOP_SOLARIS_RELEASE <= 570
|
||||
(1L << GLIBTOP_IPC_SEMMAP) +
|
||||
|
Reference in New Issue
Block a user