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" <tytso@mit.edu>
+e2fsprogs (1.42.4-2) unstable; urgency=medium
+
+ * Fix FTBFS problem on the hurd and freebsd platforms
+
+ -- Theodore Y. Ts'o <tytso@mit.edu> Tue, 12 Jun 2012 18:26:40 -0400
+
e2fsprogs (1.42.4-1) unstable; urgency=medium
* New upstream version
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/file.h>
-#include <sys/quota.h>
#include "common.h"
#include "quotaio.h"