X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=getmetacommunitycommand.cpp;fp=getmetacommunitycommand.cpp;h=5b86c7420e1e5e2cbe564fd766edb63919388ea3;hb=cac38e9e251998fa0b825d00189534534948d226;hp=288e5ca2e0f84daf6f92eeba2a2b4a93943b596c;hpb=60928795782d8f8648ec373d6a96b53032a77429;p=mothur.git diff --git a/getmetacommunitycommand.cpp b/getmetacommunitycommand.cpp index 288e5ca..5b86c74 100644 --- a/getmetacommunitycommand.cpp +++ b/getmetacommunitycommand.cpp @@ -408,7 +408,7 @@ int GetMetaCommunityCommand::createProcesses(vector& thislo //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