mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
tests/quota: tidy up includes of sysquotas 4B
Signed-off-by: Bjoern Jacke <bjacke@samba.org> Reviewed-by: Uri Simchoni <uri@samba.org>
This commit is contained in:
parent
e4abe87082
commit
56c198c005
@ -55,12 +55,10 @@ extern int quotactl(int cmd, const char *special, uid_t uid, void *addr);
|
|||||||
|
|
||||||
#ifdef HAVE_SYS_QUOTA_H
|
#ifdef HAVE_SYS_QUOTA_H
|
||||||
#include <sys/quota.h>
|
#include <sys/quota.h>
|
||||||
#else /* *BSD */
|
#endif
|
||||||
#include <sys/types.h>
|
|
||||||
#ifdef HAVE_UFS_UFS_QUOTA_H
|
#ifdef HAVE_UFS_UFS_QUOTA_H
|
||||||
#include <ufs/ufs/quota.h>
|
#include <ufs/ufs/quota.h>
|
||||||
#endif
|
|
||||||
#include <machine/param.h>
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
int autoconf_quota(void)
|
int autoconf_quota(void)
|
||||||
|
Loading…
Reference in New Issue
Block a user