Changeset 738 for branches/samba-3.5.x/source3/lib/sysquotas_xfs.c
- Timestamp:
- Nov 12, 2012, 7:10:02 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.5.x/source3/lib/sysquotas_xfs.c
r414 r738 36 36 #ifdef HAVE_LINUX_DQBLK_XFS_H 37 37 #include <linux/dqblk_xfs.h> 38 #ifndef XFS_QUOTA_UDQ_ACCT 39 #define XFS_QUOTA_UDQ_ACCT FS_QUOTA_UDQ_ACCT 40 #endif 41 #ifndef XFS_QUOTA_UDQ_ENFD 42 #define XFS_QUOTA_UDQ_ENFD FS_QUOTA_UDQ_ENFD 43 #endif 44 #ifndef XFS_QUOTA_GDQ_ACCT 45 #define XFS_QUOTA_GDQ_ACCT FS_QUOTA_GDQ_ACCT 46 #endif 47 #ifndef XFS_QUOTA_GDQ_ENFD 48 #define XFS_QUOTA_GDQ_ENFD FS_QUOTA_GDQ_ENFD 49 #endif 38 50 #endif 39 51 #define HAVE_GROUP_QUOTA
Note:
See TracChangeset
for help on using the changeset viewer.