X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=pintail.cpp;h=e131371123f179056b816d1e66ebc2b48c2d2611;hb=cac38e9e251998fa0b825d00189534534948d226;hp=9f46cf97a5611a7f5667ac9f6c46551629e7ca02;hpb=60928795782d8f8648ec373d6a96b53032a77429;p=mothur.git diff --git a/pintail.cpp b/pintail.cpp index 9f46cf9..e131371 100644 --- a/pintail.cpp +++ b/pintail.cpp @@ -535,7 +535,7 @@ void Pintail::createProcessesQuan() { //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);