]> git.ipfire.org Git - thirdparty/mlmmj.git/commitdiff
Declare variables to make compile again
authormmj <none@none>
Wed, 20 Oct 2004 10:52:10 +0000 (20:52 +1000)
committermmj <none@none>
Wed, 20 Oct 2004 10:52:10 +0000 (20:52 +1000)
src/mlmmj-unsub.c

index 45ad1f7349814e123f2dd3cbbcf33563d986ce4b..aa691356d12201e141ab6599d1bfc8239926efbe 100644 (file)
@@ -436,6 +436,8 @@ int main(int argc, char **argv)
        struct dirent *dp;
        pid_t pid, childpid;
        enum subtype typesub = SUB_NORMAL;
+       uid_t uid;
+       struct stat st;
 
        CHECKFULLPATH(argv[0]);