Date: prev next · Thread: first prev next last
2011 Archives by date, by thread · List index


Hi!

When building git head on NetBSD, it fails due to the inclusion of
#include <ufs/ufs/quota.h>
in ure/sal/osl/unx/file_volume.cxx. (The header isn't standalone any
longer in NetBSD-current).

Removing the header inclusion makes the problem go away and me wonder
if this header is needed on any platform.
Currently it's:
#if defined(SOLARIS)
...
#include <sys/fs/ufs_quota.h>
...
#elif defined(LINUX)
...
#include <sys/quota.h>
...
#elif defined(NETBSD) || defined(FREEBSD) || defined(OPENBSD) || defined(DRAGONFLY)
...
#include <ufs/ufs/quota.h>
...
#elif defined(MACOSX)
...
#include <ufs/ufs/quota.h>
...
#endif

Please check if you need this header on your platform.
 Thomas

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.