X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=sparcccommand.cpp;h=f319c014793560eb2809435a8da9ebf68df97543;hb=HEAD;hp=f4d08df2698cd0f01c8abae416c1b8f934761094;hpb=60928795782d8f8648ec373d6a96b53032a77429;p=mothur.git diff --git a/sparcccommand.cpp b/sparcccommand.cpp index f4d08df..f319c01 100644 --- a/sparcccommand.cpp +++ b/sparcccommand.cpp @@ -427,7 +427,7 @@ vector > SparccCommand::createProcesses(vector >& sh //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