projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
486ca25
)
memory plugin: Fix a typo in the Solaris code.
author
Daniel Leite
<dleite@portoeditora.pt>
Thu, 21 Jun 2007 08:45:18 +0000
(10:45 +0200)
committer
Florian Forster
<octo@leeloo.lan.home.verplant.org>
Thu, 21 Jun 2007 08:45:18 +0000
(10:45 +0200)
src/memory.c
patch
|
blob
|
history
diff --git
a/src/memory.c
b/src/memory.c
index
2acb412
..
cb7e688
100644
(file)
--- a/
src/memory.c
+++ b/
src/memory.c
@@
-305,7
+305,7
@@
static int memory_read (void)
memory_submit ("used", mem_used);
memory_submit ("free", mem_free);
- memory_submit ("locked", mem_lock
ed
);
+ memory_submit ("locked", mem_lock);
/* #endif defined(HAVE_LIBKSTAT) */
#elif defined(HAVE_LIBSTATGRAB)