summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBjoern Jacke <bj@sernet.de>2019-01-30 17:55:06 -0600
committerBjoern Jacke <bjacke@samba.org>2019-02-17 13:33:13 +0100
commit56c198c0056d57e767ab67bc4bbcab11afbc8f05 (patch)
tree5b041ce84fb799c35e01d403ed74e1829c3c685a /tests
parente4abe87082450dc3392365dd5e02cc2ff42545cd (diff)
downloadsamba-56c198c0056d57e767ab67bc4bbcab11afbc8f05.tar.gz
tests/quota: tidy up includes of sysquotas 4B
Signed-off-by: Bjoern Jacke <bjacke@samba.org> Reviewed-by: Uri Simchoni <uri@samba.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/sysquotas.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/sysquotas.c b/tests/sysquotas.c
index afec3f16244..a9004998829 100644
--- a/tests/sysquotas.c
+++ b/tests/sysquotas.c
@@ -55,13 +55,11 @@ extern int quotactl(int cmd, const char *special, uid_t uid, void *addr);
#ifdef HAVE_SYS_QUOTA_H
#include <sys/quota.h>
-#else /* *BSD */
-#include <sys/types.h>
+#endif
+
#ifdef HAVE_UFS_UFS_QUOTA_H
#include <ufs/ufs/quota.h>
#endif
-#include <machine/param.h>
-#endif
int autoconf_quota(void)
{