Support Request #101446, was updated on 2002-Oct-26 12:38 You can respond by visiting: http://savannah.gnu.org/support/?func=detailsupport&support_id=101446&group_id=99
Category: Developer Apps Status: Open Priority: 5 Summary: [PATCH] gnustep-base compileing problem By: dirk.meyer Date: 2002-Oct-26 12:38 Logged In: NO Browser: Mozilla/5.0 Galeon/1.2.5 (X11; FreeBSD i386; U;) Gecko/0 FreeBSD current needs "statvfs.h" http://www.freebsd.org/cgi/csvsweb.cgi/ports/lang/gnustep-base/files/patch-NSFileManager.m?rev=1.1&content-type=text/plain --- Source/NSFileManager.m.orig Fri Oct 25 11:32:59 2002 +++ Source/NSFileManager.m Fri Oct 25 11:33:26 2002 @@ -100,9 +100,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 ---------------------------------------------------------------------- You can respond by visiting: http://savannah.gnu.org/support/?func=detailsupport&support_id=101446&group_id=99 _______________________________________________ Bug-gnustep mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-gnustep
