commit | 0df8a27bbaf51b55c0e8c3a533ef4c2ff9d79c9f | [log] [tgz] |
---|---|---|
author | Andreas Dilger <adilger@whamcloud.com> | Fri Feb 24 00:43:52 2012 -0700 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Feb 27 01:28:23 2012 -0500 |
tree | 3ac1f1e3e45a8abcacd3b4bc4bd48f90dfc9ed6b | |
parent | 997a0cf34e26c4af1cf18f2e61d8d1ad346e8e2f [diff] |
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>