From ef591178d08089494f45ab49870a7aaa4f12bed1 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 10 Jul 2007 01:15:57 +0000 Subject: r23786: Use linux/dqblk_xfs.h rather than a private copy of this header in the Samba3 tree. This is neater, plus it avoids the need to get legal approval from SGI to use their GPLv2-only code under GPLv3. If/when SGI legal sort things out, we could consider adding back this header for very old systems where linux/dqblk_xfs.h is not available. (This used to be commit cb435543f84955be75368a3294bc6b627414d876) --- source3/lib/sysquotas_xfs.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source3/lib/sysquotas_xfs.c') diff --git a/source3/lib/sysquotas_xfs.c b/source3/lib/sysquotas_xfs.c index 0e9be3a4a7..30538c167b 100644 --- a/source3/lib/sysquotas_xfs.c +++ b/source3/lib/sysquotas_xfs.c @@ -33,7 +33,9 @@ #ifdef HAVE_LINUX_XFS_QUOTAS #include "samba_linux_quota.h" -#include "samba_xfs_quota.h" +#ifdef HAVE_LINUX_DQBLK_XFS_H +#include +#endif #define HAVE_GROUP_QUOTA #else /* IRIX */ #include -- cgit