Code

Merged the fix of Revision 302 to the branches
authorocto <octo>
Wed, 14 Dec 2005 18:00:25 +0000 (18:00 +0000)
committerocto <octo>
Wed, 14 Dec 2005 18:00:25 +0000 (18:00 +0000)
src/processes.c

index fcf9197fd84dc8a2abd02cc9665c028396edb292..c69b5ce8451ec29284238de79f41afaf671b94a7 100644 (file)
@@ -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]))