]> git.donarmstrong.com Git - mothur.git/blobdiff - prcseqscommand.cpp
changed int to pid_t type in fork(). roughed in get.mimarkscommand.
[mothur.git] / prcseqscommand.cpp
index c4416b34bf6c8adc444c2292fc03fd140d0b5d0a..ee15bed0a2362a9f9921cd45789ebb83384c0ea5 100644 (file)
@@ -436,7 +436,7 @@ int PcrSeqsCommand::createProcesses(string filename, string goodFileName, string
         
                //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