Replace rand() implementation - fixes threading lockups
[tpg/acess2.git] / Usermode / Applications / login_src / main.c
index 353c90a..2bafe3b 100644 (file)
@@ -46,6 +46,8 @@ int main(int argc, char *argv[])
                        return -1;
                }
                
+               printf("pid = %i\n", pid);
+               
                // Spawn shell in a child process
                if(pid == 0)
                {

UCC git Repository :: git.ucc.asn.au