]> git.donarmstrong.com Git - mothur.git/blobdiff - pintail.cpp
changed int to pid_t type in fork(). roughed in get.mimarkscommand.
[mothur.git] / pintail.cpp
index 9f46cf97a5611a7f5667ac9f6c46551629e7ca02..e131371123f179056b816d1e66ebc2b48c2d2611 100644 (file)
@@ -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);