You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by hd...@apache.org on 2013/03/01 15:16:02 UTC

svn commit: r1451597 - /openoffice/trunk/main/sal/osl/unx/file_volume.cxx

Author: hdu
Date: Fri Mar  1 14:16:02 2013
New Revision: 1451597

URL: http://svn.apache.org/r1451597
Log:
quota.h should be included via generic path for our MacOSX targets

Modified:
    openoffice/trunk/main/sal/osl/unx/file_volume.cxx

Modified: openoffice/trunk/main/sal/osl/unx/file_volume.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sal/osl/unx/file_volume.cxx?rev=1451597&r1=1451596&r2=1451597&view=diff
==============================================================================
--- openoffice/trunk/main/sal/osl/unx/file_volume.cxx (original)
+++ openoffice/trunk/main/sal/osl/unx/file_volume.cxx Fri Mar  1 14:16:02 2013
@@ -80,8 +80,7 @@ static const sal_Char* MOUNTTAB="/etc/mt
 
 #elif defined(MACOSX)
 
-#include <ufs/ufs/quota.h>
-//#include <ctype.h>
+#include <sys/quota.h>
 #include <sys/param.h>
 #include <sys/mount.h>
 #define HAVE_STATFS_H