From 8f00911a21f4e95de84c60e09cc4df173e5b6701 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Tue, 12 Jun 2012 18:25:34 -0400 Subject: [PATCH] libquota: remove unneeded #include of The attempted inclusion of sys/quota.h is causing failures in when building on the hurd and freebsd platforms for Debian. It's not necessary any more, so just remove the #include. Signed-off-by: "Theodore Ts'o" --- debian/changelog | 6 ++++++ lib/quota/quotaio.c | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 296bc50..fdcf4e8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +e2fsprogs (1.42.4-2) unstable; urgency=medium + + * Fix FTBFS problem on the hurd and freebsd platforms + + -- Theodore Y. Ts'o Tue, 12 Jun 2012 18:26:40 -0400 + e2fsprogs (1.42.4-1) unstable; urgency=medium * New upstream version diff --git a/lib/quota/quotaio.c b/lib/quota/quotaio.c index 67e74fc..c0ebaa1 100644 --- a/lib/quota/quotaio.c +++ b/lib/quota/quotaio.c @@ -15,7 +15,6 @@ #include #include #include -#include #include "common.h" #include "quotaio.h" -- 1.8.3.1