On Tue, Mar 29, 2005 at 10:17:35AM +1000, Nathan Scott wrote:
> OK, this should fix that (on top of the earlier patch).  Any
> further failures?

From a quick review of the other sources, looks like dquot.c may
also cause you trouble - if so, let me know - I guess this patch
will resolve that if it does.

thanks.

-- 
Nathan


===========================================================================
Index: xfsprogs/db/dquot.c
===========================================================================

--- a/xfsprogs/db/dquot.c       2005-03-29 10:14:17.000000000 +1000
+++ b/xfsprogs/db/dquot.c       2005-03-29 10:12:30.000000000 +1000
@@ -34,7 +34,6 @@
 #include "bit.h"
 #include "bmap.h"
 #include "command.h"
-#include "dquot.h"
 #include "type.h"
 #include "faddr.h"
 #include "fprint.h"
@@ -43,6 +42,7 @@
 #include "io.h"
 #include "init.h"
 #include "output.h"
+#include "dquot.h"
 
 static int     dquot_f(int argc, char **argv);
 static void    dquot_help(void);

Reply via email to