Enabled a bunch more syscalls
A few simple progs make it through memcheck now - bzip2, gzip, xfontsel



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4012 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/include/vki-ppc32-linux.h b/include/vki-ppc32-linux.h
index 129c7bb..85940d0 100644
--- a/include/vki-ppc32-linux.h
+++ b/include/vki-ppc32-linux.h
@@ -789,27 +789,27 @@
    unsigned long		__unused5;
 };
 
-//.. //----------------------------------------------------------------------
-//.. // From linux-2.6.8.1/include/asm-i386/ipc.h
-//.. //----------------------------------------------------------------------
-//.. 
-//.. struct vki_ipc_kludge {
-//.. 	struct vki_msgbuf __user *msgp;
-//.. 	long msgtyp;
-//.. };
-//.. 
-//.. #define VKI_SEMOP		 1
-//.. #define VKI_SEMGET		 2
-//.. #define VKI_SEMCTL		 3
-//.. #define VKI_SEMTIMEDOP 4
-//.. #define VKI_MSGSND		11
-//.. #define VKI_MSGRCV		12
-//.. #define VKI_MSGGET		13
-//.. #define VKI_MSGCTL		14
-//.. #define VKI_SHMAT		21
-//.. #define VKI_SHMDT		22
-//.. #define VKI_SHMGET		23
-//.. #define VKI_SHMCTL		24
+//----------------------------------------------------------------------
+// From linux-2.6.8.1/include/asm-ppc/ipc.h
+//----------------------------------------------------------------------
+
+struct vki_ipc_kludge {
+        struct vki_msgbuf __user *msgp;
+        long msgtyp;
+};
+
+#define VKI_SEMOP            1
+#define VKI_SEMGET           2
+#define VKI_SEMCTL           3
+#define VKI_SEMTIMEDOP       4
+#define VKI_MSGSND          11
+#define VKI_MSGRCV          12
+#define VKI_MSGGET          13
+#define VKI_MSGCTL          14
+#define VKI_SHMAT           21
+#define VKI_SHMDT           22
+#define VKI_SHMGET          23
+#define VKI_SHMCTL          24
 
 //----------------------------------------------------------------------
 // From linux-2.6.9/include/asm-ppc/shmbuf.h