* Source/NSProcessInfo.m: Add includes needed for the HAVE_PROCFS

case.
* Source/common.h: Correct last commit, the #endif was placed
incorrectly.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@34041 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2011-10-22 13:59:05 +00:00
parent ad461bf00b
commit eee46e56de
3 changed files with 13 additions and 4 deletions

View file

@ -1,3 +1,10 @@
2011-10-22 Fred Kiefer <FredKiefer@gmx.de>
* Source/NSProcessInfo.m: Add includes needed for the HAVE_PROCFS
case.
* Source/common.h: Correct last commit, the #endif was placed
incorrectly.
2011-10-20 Richard Frith-Macdonald <rfm@gnu.org>
* Source/common.h: Attempt to workaroiund clang __blockproblem

View file

@ -105,9 +105,11 @@
#import "GNUstepBase/GSConfig.h"
#import "Foundation/NSArray.h"
#import "Foundation/NSSet.h"
#import "Foundation/NSCharacterSet.h"
#import "Foundation/NSDictionary.h"
#import "Foundation/NSDate.h"
#import "Foundation/NSException.h"
#import "Foundation/NSFileManager.h"
#import "Foundation/NSProcessInfo.h"
#import "Foundation/NSAutoreleasePool.h"
#import "Foundation/NSHost.h"

View file

@ -59,10 +59,10 @@
# include <unistd.h>
# undef __block
# define __block __attribute__((__blocks__(byref)))
# else
# define __block __gs_unistd_block
# include <unistd.h>
# undef __block
# endif
#else
# define __block __gs_unistd_block
# include <unistd.h>
# undef __block
#endif