X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=summarysharedcommand.cpp;h=66a0113899cf32595b1af20c024f8b8210c23aa1;hb=a89c6295ae9a35fcaaab7fa50dcb68360dd543b0;hp=fd8f7750b641a359efdda2783f9e79450b9eab6d;hpb=60928795782d8f8648ec373d6a96b53032a77429;p=mothur.git diff --git a/summarysharedcommand.cpp b/summarysharedcommand.cpp index fd8f775..66a0113 100644 --- a/summarysharedcommand.cpp +++ b/summarysharedcommand.cpp @@ -626,7 +626,7 @@ int SummarySharedCommand::process(vector thisLookup, string #if defined (__APPLE__) || (__MACH__) || (linux) || (__linux) || (__linux__) || (__unix__) || (__unix) //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);