]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
Fix compilation issues with version 4 of gcc.
authorNathan Scott <nathans@sgi.com>
Wed, 30 Mar 2005 03:44:55 +0000 (03:44 +0000)
committerNathan Scott <nathans@sgi.com>
Wed, 30 Mar 2005 03:44:55 +0000 (03:44 +0000)
Merge of master-melb:xfs-cmds:21990a by kenmcd.

14 files changed:
db/agf.c
db/agf.h
db/agfl.c
db/agfl.h
db/agi.c
db/agi.h
db/bmapbt.h
db/bmroot.h
db/bnobt.h
db/cntbt.h
db/dquot.c
db/dquot.h
db/inobt.h
db/sb.h

index def6beaca2909b46e5f734679762b8aafa949b52..8d6488b3ad29330d41ba575aa77f176bf3c27e09 100644 (file)
--- a/db/agf.c
+++ b/db/agf.c
@@ -31,7 +31,6 @@
  */
 
 #include <xfs/libxfs.h>
-#include "agf.h"
 #include "command.h"
 #include "type.h"
 #include "faddr.h"
@@ -41,6 +40,7 @@
 #include "bit.h"
 #include "output.h"
 #include "init.h"
+#include "agf.h"
 
 static int agf_f(int argc, char **argv);
 static void agf_help(void);
index 92be8bf9e79046462fdc40927e12d66059a910e4..d1942b4951de6cec096706733df0ed50fd8919c1 100644 (file)
--- a/db/agf.h
+++ b/db/agf.h
@@ -30,8 +30,6 @@
  * http://oss.sgi.com/projects/GenInfo/SGIGPLNoticeExplan/
  */
 
-struct field;
-
 extern const struct field      agf_flds[];
 extern const struct field      agf_hfld[];
 
index 4bc9c5894fbc3af524afdd91442bc73106cf920d..07ce4866185492f5520976ca6e28b5b940e11c07 100644 (file)
--- a/db/agfl.c
+++ b/db/agfl.c
@@ -31,7 +31,6 @@
  */
 
 #include <xfs/libxfs.h>
-#include "agfl.h"
 #include "command.h"
 #include "type.h"
 #include "faddr.h"
@@ -41,6 +40,7 @@
 #include "bit.h"
 #include "output.h"
 #include "init.h"
+#include "agfl.h"
 
 static int agfl_bno_size(void *obj, int startoff);
 static int agfl_f(int argc, char **argv);
index fda7b290e37f8e8f03aac00256190bbae13bc73d..fd1768fb486fc8e0c44da776290295a7fc8d38af 100644 (file)
--- a/db/agfl.h
+++ b/db/agfl.h
@@ -30,8 +30,6 @@
  * http://oss.sgi.com/projects/GenInfo/SGIGPLNoticeExplan/
  */
 
-struct field;
-
 extern const struct field      agfl_flds[];
 extern const struct field      agfl_hfld[];
 
index 5fbcafbeb5f208f1f589546600e93939d81d5e6e..1e06515396e7e8bb49a0de16ae1595c14a5db713 100644 (file)
--- a/db/agi.c
+++ b/db/agi.c
@@ -31,7 +31,6 @@
  */
 
 #include <xfs/libxfs.h>
-#include "agi.h"
 #include "command.h"
 #include "type.h"
 #include "faddr.h"
@@ -41,6 +40,7 @@
 #include "bit.h"
 #include "output.h"
 #include "init.h"
+#include "agi.h"
 
 static int agi_f(int argc, char **argv);
 static void agi_help(void);
index f4bb791f613e4afe26d28372234904f82ec60c91..e335c7878b3853bfe2777f67649846f90b10e5a1 100644 (file)
--- a/db/agi.h
+++ b/db/agi.h
@@ -30,8 +30,6 @@
  * http://oss.sgi.com/projects/GenInfo/SGIGPLNoticeExplan/
  */
 
-struct field;
-
 extern const struct field      agi_flds[];
 extern const struct field      agi_hfld[];
 
index ca8b97ab579c6ae920904c116de7b833c8e32bba..345ba89b21bb443a6cd612730adcadc758683301 100644 (file)
@@ -30,8 +30,6 @@
  * http://oss.sgi.com/projects/GenInfo/SGIGPLNoticeExplan/
  */
 
-struct field;
-
 extern const struct field      bmapbta_flds[];
 extern const struct field      bmapbta_hfld[];
 extern const struct field      bmapbta_key_flds[];
index a6c904cf98185af68172525d73861c605a718fc3..d2fffb5d4d86cc01526b6265e4a6dbd4ae94f947 100644 (file)
@@ -30,8 +30,6 @@
  * http://oss.sgi.com/projects/GenInfo/SGIGPLNoticeExplan/
  */
 
-struct field;
-
 extern const struct field      bmroota_flds[];
 extern const struct field      bmroota_key_flds[];
 extern const struct field      bmrootd_flds[];
index b9e4d165ef30cdaddffbb5adfbbdce4a57ca19a2..7887b3c7277d3e0e9e95e06bd9e2f8d13d80ea65 100644 (file)
@@ -30,8 +30,6 @@
  * http://oss.sgi.com/projects/GenInfo/SGIGPLNoticeExplan/
  */
 
-struct field;
-
 extern const struct field      bnobt_flds[];
 extern const struct field      bnobt_hfld[];
 extern const struct field      bnobt_key_flds[];
index 0619391738cc8022ef615f2527fa3b187b1b6fa3..5cc335f2b990036501fc702823a6f2896aff288c 100644 (file)
@@ -30,8 +30,6 @@
  * http://oss.sgi.com/projects/GenInfo/SGIGPLNoticeExplan/
  */
 
-struct field;
-
 extern const struct field      cntbt_flds[];
 extern const struct field      cntbt_hfld[];
 extern const struct field      cntbt_key_flds[];
index 6795d0a60caa26e3fbdc19b0b85240f7aceb8682..906544077382a50b3204664daeccab91b685ead7 100644 (file)
@@ -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);
index ae9c1429b617e85826e35c03125a561a36aeb79b..e098fdc46defffaa73b1a6b7b08dd01363eab4c0 100644 (file)
@@ -30,8 +30,6 @@
  * http://oss.sgi.com/projects/GenInfo/SGIGPLNoticeExplan/
  */
 
-struct field;
-
 extern const struct field      disk_dquot_flds[];
 extern const struct field      dqblk_flds[];
 extern const struct field      dqblk_hfld[];
index 7bd339fc62247a74305301504b59fa871c459708..5208edda611570f704e6f7173d857b8c438d151a 100644 (file)
@@ -30,8 +30,6 @@
  * http://oss.sgi.com/projects/GenInfo/SGIGPLNoticeExplan/
  */
 
-struct field;
-
 extern const struct field      inobt_flds[];
 extern const struct field      inobt_hfld[];
 extern const struct field      inobt_key_flds[];
diff --git a/db/sb.h b/db/sb.h
index 013b32e7e9676bceea2fc7b1e5022d97a74ebd9e..1489a5d5ce5914c79257bc5bf867b79aee8b9d1a 100644 (file)
--- a/db/sb.h
+++ b/db/sb.h
@@ -30,8 +30,6 @@
  * http://oss.sgi.com/projects/GenInfo/SGIGPLNoticeExplan/
  */
 
-struct field;
-
 extern const struct field      sb_flds[];
 extern const struct field      sb_hfld[];