From: Ted Ts'o Subject: Re: [PATCH] libquota: don't include system quota.h header Date: Mon, 27 Feb 2012 01:28:51 -0500 Message-ID: <20120227062851.GD14204@thunk.org> References: <1330069432-35919-1-git-send-email-adilger@whamcloud.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-ext4@vger.kernel.org To: Andreas Dilger Return-path: Received: from li9-11.members.linode.com ([67.18.176.11]:35521 "EHLO test.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753978Ab2B0G2z (ORCPT ); Mon, 27 Feb 2012 01:28:55 -0500 Content-Disposition: inline In-Reply-To: <1330069432-35919-1-git-send-email-adilger@whamcloud.com> Sender: linux-ext4-owner@vger.kernel.org List-ID: On Fri, Feb 24, 2012 at 12:43:52AM -0700, Andreas Dilger wrote: > Don't use the system 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 on other platforms (in particular OSX). > > Signed-off-by: Andreas Dilger Thanks, applied. - Ted