]> git.donarmstrong.com Git - mothur.git/blobdiff - myseqdist.cpp
changed int to pid_t type in fork(). roughed in get.mimarkscommand.
[mothur.git] / myseqdist.cpp
index b43af1cfeb7b86dae7e17646f983f1cae1c51287..a23e6096eff1cd9ccd747c860ba635a801781500 100644 (file)
@@ -152,7 +152,7 @@ int correctDist::createProcess(string distanceFileName){
                
                while(process != processors){
                        
-                       int pid = fork();
+                       pid_t pid = fork();
                        
                        if(pid > 0){
                                processIDs.push_back(pid);