--- testcases/kernel/syscalls/mallopt/mallopt01.c.orig2 2010-08-13 10:28:12.318231000 -0500 +++ testcases/kernel/syscalls/mallopt/mallopt01.c 2010-08-13 10:44:06.279068760 -0500 @@ -56,10 +56,10 @@ extern int Tst_COUNT; /* Test Case counter for tst_routines */ void printinfo(); -/***** * * *****/ -struct mallinfo info; #if !defined(UCLINUX) +/***** * * *****/ +struct mallinfo info; /*--------------------------------------------------------------*/ int main(int argc, char *argv[])