X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=shhhercommand.cpp;h=282b1284c94f6208a659a5b8ea1c30b5c5cad7cc;hb=aca78ed4a47dff8672ea8fd93cef0dfbaf0f7495;hp=21dd089c40824d0df1d1e6cdd4ec27eed977cd36;hpb=60928795782d8f8648ec373d6a96b53032a77429;p=mothur.git diff --git a/shhhercommand.cpp b/shhhercommand.cpp index 21dd089..282b128 100644 --- a/shhhercommand.cpp +++ b/shhhercommand.cpp @@ -2070,7 +2070,7 @@ int ShhherCommand::createProcesses(vector filenames){ //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