--- testcases/kernel/syscalls/sendmsg/sendmsg01.c.orig	2008-08-31 07:33:18.000000000 -0700
+++ testcases/kernel/syscalls/sendmsg/sendmsg01.c	2008-10-24 17:05:59.000000000 -0700
@@ -48,7 +48,7 @@
 /* and this test to function correctly.                        */
 #ifndef MSG_CMSG_COMPAT
 
-#if defined (__powerpc64__) || defined (__x86_64__) || defined (__sparc64__) || defined (__ia64__) || defined (__s390x__)
+#if defined (__powerpc64__) || defined (__mips64) || defined (__x86_64__) || defined (__sparc64__) || defined (__ia64__) || defined (__s390x__)
 #define MSG_CMSG_COMPAT 0x80000000
 #else
 #define MSG_CMSG_COMPAT 0
