]> git.donarmstrong.com Git - mothur.git/blobdiff - classifyseqscommand.cpp
changed int to pid_t type in fork(). roughed in get.mimarkscommand.
[mothur.git] / classifyseqscommand.cpp
index d494068522e692386dd0ed7a0025c9fb25b416ed..2bbefcbbf968f0cf5c2b1188000bf3a9cfd90400 100644 (file)
@@ -974,7 +974,7 @@ int ClassifySeqsCommand::createProcesses(string taxFileName, string tempTaxFile,
                
                //loop through and create all the processes you want
                while (process != processors) {
-                       int pid = fork();
+                       pid_t pid = fork();
                        
                        if (pid > 0) {
                                processIDS.push_back(pid);  //create map from line number to pid so you can append files in correct order later