summaryrefslogtreecommitdiff
path: root/tests/sysquotas.c
Commit message (Collapse)AuthorAgeFilesLines
* tests/sysquotas.c: include jfs/quota.h for 4B test on AIXBjoern Jacke2019-02-171-0/+4
| | | | | Signed-off-by: Bjoern Jacke <bjacke@samba.org> Reviewed-by: Uri Simchoni <uri@samba.org>
* tests/quota: tidy up includes of sysquotas 4BBjoern Jacke2019-02-171-4/+2
| | | | | Signed-off-by: Bjoern Jacke <bjacke@samba.org> Reviewed-by: Uri Simchoni <uri@samba.org>
* build: Fix quota tests, including move of sysquotas.c to the top levelAndrew Bartlett2012-09-291-0/+90
This correctly detects quotas on FreeBSD Andrew Bartlett