preparation for osx compatibility fix

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@35390 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2012-08-10 08:36:09 +00:00
parent b618b41512
commit 897390797f
10 changed files with 66 additions and 16 deletions

View file

@ -1196,11 +1196,15 @@ typedef struct {
path = [path stringByAppendingPathComponent: @"NSMessagePort"];
[[NSFileManager defaultManager] createDirectoryAtPath: path
attributes: attr];
withIntermediateDirectories: YES
attributes: attr
error: NULL];
path = [path stringByAppendingPathComponent: @"ports"];
[[NSFileManager defaultManager] createDirectoryAtPath: path
attributes: attr];
withIntermediateDirectories: YES
attributes: attr
error: NULL];
M_LOCK(messagePortLock);
path = [path stringByAppendingPathComponent: