Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 31126
b: refs/heads/master
c: 65b73c6
h: refs/heads/master
v: v3
  • Loading branch information
Martin Schwidefsky committed Jun 29, 2006
1 parent 9ac3b41 commit d12fc10
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 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: 8e0474f3b43e8bec1be164006a378e9dbd439b2c
refs/heads/master: 65b73c69c527a295ff3730b0b14e73359a8b4a16
5 changes: 0 additions & 5 deletions trunk/arch/s390/kernel/binfmt_elf32.c
Original file line number Diff line number Diff line change
Expand Up @@ -177,11 +177,6 @@ struct elf_prpsinfo32

#include <linux/highuid.h>

#undef NEW_TO_OLD_UID
#undef NEW_TO_OLD_GID
#define NEW_TO_OLD_UID(uid) ((uid) > 65535) ? (u16)overflowuid : (u16)(uid)
#define NEW_TO_OLD_GID(gid) ((gid) > 65535) ? (u16)overflowgid : (u16)(gid)

#define elf_addr_t u32
/*
#define init_elf_binfmt init_elf32_binfmt
Expand Down

0 comments on commit d12fc10

Please sign in to comment.