mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
More socket improvments
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@25906 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
9fe8e32f8e
commit
5d124ff9cf
6 changed files with 351 additions and 358 deletions
|
@ -79,6 +79,12 @@ main ()
|
|||
|
||||
}
|
||||
|
||||
{
|
||||
NSDictionary *attributes = [mgr fileSystemAttributesAtPath: @"/"];
|
||||
NSNumber *freefs = [attributes objectForKey: NSFileSystemFreeSize];
|
||||
NSLog(@"Filesystem free size is %@", freefs);
|
||||
}
|
||||
|
||||
RELEASE(arp);
|
||||
if (errors == 0)
|
||||
printf("Tests passed\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue