mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Fix for bsd
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@14857 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e87ef00610
commit
8b3989d562
2 changed files with 8 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
|||
2002-10-28 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/NSFileManager.m: include statvfs.h if available.
|
||||
|
||||
2002-10-26 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Source/NSException.m: Document.
|
||||
|
|
|
@ -107,9 +107,10 @@
|
|||
|
||||
#ifdef HAVE_SYS_VFS_H
|
||||
# include <sys/vfs.h>
|
||||
# ifdef HAVE_SYS_STATVFS_H
|
||||
# include <sys/statvfs.h>
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_SYS_STATVFS_H
|
||||
# include <sys/statvfs.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_SYS_STATFS_H
|
||||
|
|
Loading…
Reference in a new issue