X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Flinux%2Facct.h;h=6c2bd56773f00e036b0d7abd12cbbeb98b0f945f;hb=f9296eb00ed30209424102d3c920e69617eea853;hp=b46ce1ac1c6a3e7a96dbde7c8c421e5eceaf68c6;hpb=a91482bdcc2e0f6035702e46f1b99043a0893346;p=linux-2.6.git diff --git a/include/linux/acct.h b/include/linux/acct.h index b46ce1ac1..6c2bd5677 100644 --- a/include/linux/acct.h +++ b/include/linux/acct.h @@ -17,7 +17,6 @@ #include #include -#include /* * 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__