]> git.donarmstrong.com Git - mothur.git/blobdiff - pairwiseseqscommand.cpp
changed int to pid_t type in fork(). roughed in get.mimarkscommand.
[mothur.git] / pairwiseseqscommand.cpp
index 357724d64ec154de5de813d5f129a373272e2cb0..3a43123a6a8b3612e0e8abf8a275f54a10473f94 100644 (file)
@@ -522,7 +522,7 @@ void PairwiseSeqsCommand::createProcesses(string filename) {
                
                //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);