OSX compatibility

This commit is contained in:
Pierre Rudloff
2016-01-18 12:26:40 +01:00
parent b968d123a3
commit 9eae9e1343
8 changed files with 72 additions and 27 deletions

View File

@@ -225,7 +225,9 @@ struct prg_node * findPID (unsigned long inode)
return node;
}
reread_mapping();
#ifndef __APPLE__
reread_mapping();
#endif
struct prg_node * retval = inodeproc[inode];
if (bughuntmode)