X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=matrixoutputcommand.cpp;h=5665426e537deca591a971a560f58283020eb9d3;hb=a89c6295ae9a35fcaaab7fa50dcb68360dd543b0;hp=67e54d034ecf6d1658e69acf0841c0f72115fee4;hpb=60928795782d8f8648ec373d6a96b53032a77429;p=mothur.git diff --git a/matrixoutputcommand.cpp b/matrixoutputcommand.cpp index 67e54d0..5665426 100644 --- a/matrixoutputcommand.cpp +++ b/matrixoutputcommand.cpp @@ -531,7 +531,7 @@ int MatrixOutputCommand::process(vector thisLookup){ #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);