repo.or.cz
/
alpine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* For mailing lists, Alpine adds a description of the type of link
[alpine.git]
/
alpine
/
osdep
/
diskquot.ptx
blob
b636db087f9e7dd530e71e5cb6d3b95343757e44
1
#if defined(USE_QUOTAS)
2
3
#include <sys/ufsquota.h>
4
#define MTABNAME "/etc/mnttab"
5
6
include(sunquota)
7
#endif /* USE_QUOTAS */
8
9