Ignore:
Timestamp:
Nov 12, 2012, 7:10:02 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server 3.5: update branche to 3.5.18

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.5.x/source3/lib/sysquotas_xfs.c

    r414 r738  
    3636#ifdef HAVE_LINUX_DQBLK_XFS_H
    3737#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
    3850#endif
    3951#define HAVE_GROUP_QUOTA
Note: See TracChangeset for help on using the changeset viewer.