Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e6e0a94573fb33e6e62b848a24864e6864c45464
Commit:     e6e0a94573fb33e6e62b848a24864e6864c45464
Parent:     8f361453d8e9a67c85b2cf9b93c642c2d8fe0462
Author:     Martin Habets <[EMAIL PROTECTED]>
AuthorDate: Fri Dec 14 10:59:50 2007 -0800
Committer:  David S. Miller <[EMAIL PROTECTED]>
CommitDate: Fri Dec 14 10:59:50 2007 -0800

    [SPARC32]: Silence sparc32 warnings on missing syscalls.
    
    Silence sparc32 warnings on missing syscalls, these won't be added.
    This patch is based on this mail:
    http://www.mail-archive.com/[EMAIL PROTECTED]/msg02571.html
    
    Signed-off-by: Martin Habets <[EMAIL PROTECTED]>
    Signed-off-by: David S. Miller <[EMAIL PROTECTED]>
---
 include/asm-sparc/unistd.h |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/include/asm-sparc/unistd.h b/include/asm-sparc/unistd.h
index 029b3e0..0decdf7 100644
--- a/include/asm-sparc/unistd.h
+++ b/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
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to