mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 16:50:58 +00:00
Cleanups plus minor OSX compatibility tweak
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@31781 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d4558f5db1
commit
b4d407b26e
8 changed files with 45 additions and 41 deletions
|
@ -1013,10 +1013,8 @@ int main(int argc, char *argv[], char *env[])
|
|||
[gnustep_global_lock lock];
|
||||
if (host == nil)
|
||||
{
|
||||
extern NSTimeInterval GSTimeNow(void);
|
||||
|
||||
pid = [self processIdentifier];
|
||||
start = (unsigned long)GSTimeNow();
|
||||
start = (unsigned long)GSPrivateTimeNow();
|
||||
host = [[self hostName] stringByReplacingString: @"." withString: @"_"];
|
||||
IF_NO_GC(RETAIN(host);)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue