Fixed weird bug in processes.c. Thanks to Stuart Nicholson for pointing it out
authorocto <octo>
Wed, 14 Dec 2005 17:58:43 +0000 (17:58 +0000)
committerocto <octo>
Wed, 14 Dec 2005 17:58:43 +0000 (17:58 +0000)
src/processes.c

index fcf9197..c69b5ce 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]))