mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
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:
parent
b618b41512
commit
897390797f
10 changed files with 66 additions and 16 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue