discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

GSWeb: NSLock Categories and MOSX


From: Philip Mötteli
Subject: GSWeb: NSLock Categories and MOSX
Date: Wed, 15 Oct 2003 09:24:46 +0200

Hi


I try to port GSWeb to MOSX.
Someone has made some changes in 'GSWUtils.m". In the category to the locking classes (NSLockBD), he accesses directly the private instance variable '_mutex', which is defined in Gnustep-Base as

        objc_mutex_t    _mutex;


Unfortunately in Apple's Foundation this is defined as

        void *_priv;

Does anybody know, how I could rewrite that? Or does anybody know, if by coincidence _priv is also of type objc_mutex_t?


Then another little question: Where could I send the patches to?


Thanks
Phil





reply via email to

[Prev in Thread] Current Thread [Next in Thread]