]> git.donarmstrong.com Git - mothur.git/blobdiff - shhhseqscommand.cpp
changed int to pid_t type in fork(). roughed in get.mimarkscommand.
[mothur.git] / shhhseqscommand.cpp
index f9983224f36eea8451f88d07c4f4beaf3090c4bc..f6fd90da276951724132140828d27c9de3a0d47a 100644 (file)
@@ -392,7 +392,7 @@ vector<string> ShhhSeqsCommand::createProcessesGroups(SequenceParser& parser, st
                
                //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