X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=pairwiseseqscommand.cpp;fp=pairwiseseqscommand.cpp;h=3a43123a6a8b3612e0e8abf8a275f54a10473f94;hb=cac38e9e251998fa0b825d00189534534948d226;hp=357724d64ec154de5de813d5f129a373272e2cb0;hpb=60928795782d8f8648ec373d6a96b53032a77429;p=mothur.git diff --git a/pairwiseseqscommand.cpp b/pairwiseseqscommand.cpp index 357724d..3a43123 100644 --- a/pairwiseseqscommand.cpp +++ b/pairwiseseqscommand.cpp @@ -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);