projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cef4d8e
)
Fixed weird bug in processes.c. Thanks to Stuart Nicholson for pointing it out
author
octo
<octo>
Wed, 14 Dec 2005 17:58:43 +0000
(17:58 +0000)
committer
octo
<octo>
Wed, 14 Dec 2005 17:58:43 +0000
(17:58 +0000)
src/processes.c
patch
|
blob
|
history
diff --git
a/src/processes.c
b/src/processes.c
index
fcf9197
..
c69b5ce
100644
(file)
--- a/
src/processes.c
+++ b/
src/processes.c
@@
-94,8
+94,6
@@
void ps_read (void)
return;
}
- int strsplit (char *string, char **fields, size_t size);
-
while ((ent = readdir (proc)) != NULL)
{
if (!isdigit (ent->d_name[0]))