From: Derrick Brashear Date: Mon, 5 Nov 2001 19:39:06 +0000 (+0000) Subject: linux-kdump-timeval-probably-not-needed-20011105 X-Git-Tag: openafs-devel-1_3_0~149 X-Git-Url: https://git.openafs.org/?p=openafs.git;a=commitdiff_plain;h=13d279883a5779b29ceeb4065c6222339c5e2618 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 --- diff --git a/src/venus/kdump.c b/src/venus/kdump.c index bda714f..e81c469 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;