e2fsprogs/lib/quota
Theodore Ts'o 2f7d855c63 libquota: remove use of PATH_MAX and replace it with QUOTA_NAME_LEN
PATH_MAX is not portable (for example, it doesn't exist on the Hurd).
So replace it with a new define, which defines the maximum length of
the base quota name.  As it turns out, this is substantially smaller
than PATH_MAX.

Also move the definitions relating to quotaio.c from mkquota.h to
quotaio.h, as a cleanup.

Addresses-Debian-Bug: #649689

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2011-11-27 22:40:24 -05:00
..
Makefile.in libquota: cleanup libquota code 2011-11-14 10:55:54 -05:00
common.h libquota: cleanup libquota code 2011-11-14 10:55:54 -05:00
dqblk_v2.h misc: quiet minor compiler errors 2011-09-24 13:00:24 -04:00
mkquota.c libquota: fix get_dq() 2011-11-14 11:36:12 -05:00
mkquota.h libquota: remove use of PATH_MAX and replace it with QUOTA_NAME_LEN 2011-11-27 22:40:24 -05:00
quota.h libquota: clean up some gcc -Wall warnings 2011-10-04 11:37:46 -04:00
quota.pc.in e2fsprogs: add quota library to e2fsprogs 2011-08-31 15:21:40 -04:00
quotaio.c libquota: remove use of PATH_MAX and replace it with QUOTA_NAME_LEN 2011-11-27 22:40:24 -05:00
quotaio.h libquota: remove use of PATH_MAX and replace it with QUOTA_NAME_LEN 2011-11-27 22:40:24 -05:00
quotaio_tree.c libquota: quota file read support 2011-11-14 10:58:28 -05:00
quotaio_tree.h libquota: quota file read support 2011-11-14 10:58:28 -05:00
quotaio_v2.c libquota: quota file read support 2011-11-14 10:58:28 -05:00
quotaio_v2.h e2fsprogs: add quota library to e2fsprogs 2011-08-31 15:21:40 -04:00