From 13d279883a5779b29ceeb4065c6222339c5e2618 Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Mon, 5 Nov 2001 19:39:06 +0000 Subject: [PATCH] linux-kdump-timeval-probably-not-needed-20011105 not sure what needs this. if something does we need to figure out what and only do this for them --- src/venus/kdump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;