Whamcloud - gitweb
libquota: remove unneeded #include of <sys/quota.h>
authorTheodore Ts'o <tytso@mit.edu>
Tue, 12 Jun 2012 22:25:34 +0000 (18:25 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 12 Jun 2012 22:27:26 +0000 (18:27 -0400)
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>
debian/changelog
lib/quota/quotaio.c

index 296bc50..fdcf4e8 100644 (file)
@@ -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 <tytso@mit.edu>  Tue, 12 Jun 2012 18:26:40 -0400
+
 e2fsprogs (1.42.4-1) unstable; urgency=medium
 
   * New upstream version
index 67e74fc..c0ebaa1 100644 (file)
@@ -15,7 +15,6 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <sys/file.h>
-#include <sys/quota.h>
 
 #include "common.h"
 #include "quotaio.h"