Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 361295
b: refs/heads/master
c: 29ba06b
h: refs/heads/master
i:
  361293: 9345a07
  361291: e5fcca6
  361287: 4362529
  361279: 69f1184
v: v3
  • Loading branch information
David Howells authored and Linus Torvalds committed Mar 13, 2013
1 parent d2859c6 commit f7a3e94
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 51b154ed5289682364b830858a4a1ca47fcd04e7
refs/heads/master: 29ba06b9ed51d49dea6c79c3c16b961d661262bd
6 changes: 4 additions & 2 deletions trunk/include/uapi/linux/acct.h
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,12 @@ struct acct_v3
#define ACORE 0x08 /* ... dumped core */
#define AXSIG 0x10 /* ... was killed by a signal */

#ifdef __BIG_ENDIAN
#if defined(__BYTE_ORDER) ? __BYTE_ORDER == __BIG_ENDIAN : defined(__BIG_ENDIAN)
#define ACCT_BYTEORDER 0x80 /* accounting file is big endian */
#else
#elif defined(__BYTE_ORDER) ? __BYTE_ORDER == __LITTLE_ENDIAN : defined(__LITTLE_ENDIAN)
#define ACCT_BYTEORDER 0x00 /* accounting file is little endian */
#else
#error unspecified endianness
#endif

#ifndef __KERNEL__
Expand Down

0 comments on commit f7a3e94

Please sign in to comment.