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:
Richard Frith-MacDonald 2008-01-09 16:11:10 +00:00
parent 9fe8e32f8e
commit 5d124ff9cf
6 changed files with 351 additions and 358 deletions

View file

@ -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");