diff --git a/src/venus/kdump.c b/src/venus/kdump.c index bda714f1c7..e81c4692f0 100644 --- a/src/venus/kdump.c +++ b/src/venus/kdump.c @@ -250,7 +250,7 @@ typedef struct adaptive_mutex2 adaptive_mutex2_t; struct timezone { int a,b; }; -#ifndef AFS_ALPHA_LINUX20_ENV +#if 0/*ndef AFS_ALPHA_LINUX20_ENV*/ typedef struct timeval { int tv_sec; int tv_usec;