From 207e4e06acbb7cc10894c19b00d622e7c71b8142 Mon Sep 17 00:00:00 2001 From: Martin Habets Date: Fri, 14 Dec 2007 10:59:50 -0800 Subject: [PATCH] --- yaml --- r: 74869 b: refs/heads/master c: e6e0a94573fb33e6e62b848a24864e6864c45464 h: refs/heads/master i: 74867: 95fbcf555fcf15389cb125890d84b441adc1adcc v: v3 --- [refs] | 2 +- trunk/include/asm-sparc/unistd.h | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index ba612abe1d67..5ddb9886430b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8f361453d8e9a67c85b2cf9b93c642c2d8fe0462 +refs/heads/master: e6e0a94573fb33e6e62b848a24864e6864c45464 diff --git a/trunk/include/asm-sparc/unistd.h b/trunk/include/asm-sparc/unistd.h index 029b3e0d5e4c..0decdf763716 100644 --- a/trunk/include/asm-sparc/unistd.h +++ b/trunk/include/asm-sparc/unistd.h @@ -333,6 +333,15 @@ #define NR_SYSCALLS 315 +/* Sparc 32-bit only has the "setresuid32", "getresuid32" variants, + * it never had the plain ones and there is no value to adding those + * old versions into the syscall table. + */ +#define __IGNORE_setresuid +#define __IGNORE_getresuid +#define __IGNORE_setresgid +#define __IGNORE_getresgid + #ifdef __KERNEL__ #define __ARCH_WANT_IPC_PARSE_VERSION #define __ARCH_WANT_OLD_READDIR