xfstests: remove unsupported conditionals
[xfstests-dev.git] / include / write_log.h
index a48cc08b9bbead251bee68066174e1ba21fac440..4a6eaced2435463262aadfa7d2de093e5746153c 100644 (file)
@@ -91,18 +91,10 @@ struct wlog_rec {
  */
 
 struct wlog_rec_disk {
-#ifdef sgi     /* sgi is pissy about fields > 32 bit, even cc -mips3 */
-    uint    w_offset    : 32;      /* file offset                  */
-    uint    w_extra0    : 32;       /* EXTRA BITS IN WORD 0         */
-#endif
 #ifdef linux
     uint    w_offset    : 32;      /* file offset                  */
     uint    w_extra0    : 32;       /* EXTRA BITS IN WORD 0         */
 #endif
-#ifdef CRAY
-    uint    w_offset    : 44;      /* file offset                  */
-    uint    w_extra0    : 20;       /* EXTRA BITS IN WORD 0         */
-#endif
 
     uint    w_nbytes    : 32;      /* # bytes written              */
     uint    w_oflags   : 32;       /* low-order open() flags       */