for some reason I need that to make it compile on suse 9
MERGE TO STABLE


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1971 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/coregrind/vg_unsafe.h b/coregrind/vg_unsafe.h
index c8f5f41..4722e08 100644
--- a/coregrind/vg_unsafe.h
+++ b/coregrind/vg_unsafe.h
@@ -37,7 +37,7 @@
 #include <sys/mman.h>     /* for PROT_* */
 #include <sys/utsname.h>  /* for uname */
 #include <sys/time.h>     /* for struct timeval & struct timezone */
-#ifdef KERNEL_2_6
+#if defined(KERNEL_2_6) || defined(KERNEL_2_4)
 /* ugly hack to avoid that kernel headers redefine stuff from sys/time.h */
 #define _LINUX_TIME_H
 #endif