Various fixes to reduce noise level on SuSE 10 (PPC).  Also fix some
ppc32 syscalls.



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4927 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/coregrind/vki_unistd-ppc32-linux.h b/coregrind/vki_unistd-ppc32-linux.h
index fd9e292..d43f69c 100644
--- a/coregrind/vki_unistd-ppc32-linux.h
+++ b/coregrind/vki_unistd-ppc32-linux.h
@@ -167,8 +167,8 @@
 //#define __NR_sysfs			135
 //#define __NR_personality		136
 //#define __NR_afs_syscall		137 /* Syscall for Andrew File System */
-//#define __NR_setfsuid			138
-//#define __NR_setfsgid			139
+#define __NR_setfsuid			138
+#define __NR_setfsgid			139
 #define __NR__llseek			140
 #define __NR_getdents			141
 #define __NR__newselect			142