Whamcloud - gitweb
libquota: don't include system quota.h header
authorAndreas Dilger <adilger@whamcloud.com>
Fri, 24 Feb 2012 07:43:52 +0000 (00:43 -0700)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 27 Feb 2012 06:28:23 +0000 (01:28 -0500)
commit0df8a27bbaf51b55c0e8c3a533ef4c2ff9d79c9f
tree3ac1f1e3e45a8abcacd3b4bc4bd48f90dfc9ed6b
parent997a0cf34e26c4af1cf18f2e61d8d1ad346e8e2f
libquota: don't include system quota.h header

Don't use the system <sys/quota.h> header in mkquota.c, since there
is a local e2fsprogs version of quota.h that is already included and
has the desired quota constants, and avoids symbol conflicts with the
system <sys/quota.h> on other platforms (in particular OSX).

Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
configure
configure.in
lib/quota/mkquota.c