This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / include / linux / acct.h
index b46ce1a..6c2bd56 100644 (file)
@@ -17,7 +17,6 @@
 
 #include <linux/types.h>
 #include <asm/param.h>
-#include <asm/byteorder.h>
 
 /* 
  *  comp_t is a 16-bit "floating" point number with a 3-bit base 8
@@ -105,12 +104,7 @@ struct acct_v3
 #define ACOMPAT                0x04    /* ... used compatibility mode (VAX only not used) */
 #define ACORE          0x08    /* ... dumped core */
 #define AXSIG          0x10    /* ... was killed by a signal */
-
-#ifdef __BIG_ENDIAN
-#define ACCT_BYTEORDER 0x80    /* accounting file is big endian */
-#else
-#define ACCT_BYTEORDER 0x00    /* accounting file is little endian */
-#endif
+#define ABYTESEX       0x80    /* always set, allows to detect byteorder */
 
 #ifdef __KERNEL__