Fixup host name

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@37804 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2014-04-19 01:34:48 +00:00
parent eafd7d5b66
commit 97a345597d
3 changed files with 18 additions and 5 deletions

View file

@ -623,3 +623,9 @@ myHostName()
}
@end
@implementation NSHost (NSProcessInfo)
+ (NSString*) _myHostName
{
return myHostName();
}
@end